DeviceControllerInterface: erroCode is a string

This commit is contained in:
2023-05-02 17:07:48 +02:00
parent c6574280ac
commit 8ff17a2e00
3 changed files with 4 additions and 5 deletions

View File

@@ -51,7 +51,7 @@ public:
// mandantory ATBAPP plugin methods: ------------------------------------------
nsDeviceControllerInterface::PLUGIN_STATE getState();
quint32 getLastError();
QString & getLastError();
const QString & getLastErrorDescription();
const QString & getPluginInfo();
@@ -89,8 +89,7 @@ signals:
private:
quint32 errorCode;
QString errorCodeString;
QString errorCode;
QString errorDescription;
QString pluginInfo;