Add stubs for Account-Task

This commit is contained in:
2023-06-01 16:30:50 +02:00
parent d8d315cd49
commit 50bf7e8b52
2 changed files with 12 additions and 2 deletions

View File

@@ -51,6 +51,9 @@ public:
// TASKS: printing ------------------------------------------------------------
void requestPrintTicket(const QHash<QString, QVariant> & printingData);
// TASKS: Account -------------------------------------------------------------
void requestAccount();
// mandantory ATBAPP plugin methods: ------------------------------------------
nsDeviceControllerInterface::PLUGIN_STATE getState();
QString & getLastError();
@@ -83,6 +86,9 @@ signals:
void requestServiceMode();
void requestAccountResponse(const QHash<QString, QVariant> & accountData);
void Error(
const QString & errorCode,
const QString & errorDescription);