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

@@ -74,7 +74,7 @@ PLUGIN_STATE ATBDeviceControllerPlugin::getState()
return this->pluginState;
}
quint32 ATBDeviceControllerPlugin::getLastError()
QString & ATBDeviceControllerPlugin::getLastError()
{
return this->errorCode;
}