added classes for dynamic API management

This commit is contained in:
Dorian Zedler 2020-07-18 22:17:24 +02:00
parent 4bce9ded0a
commit 10b2f7b888
Signed by: dorian
GPG key ID: D3B255CB8BC7CD37

View file

@ -126,7 +126,8 @@ public:
TimeoutError = 911,
SettingNotAccessibleError = 901,
InternalError = 950,
InternalErrorTimerOperationFailed = 951
InternalErrorTimerOperationFailed = 951,
ApiVersionNotSupportedError = 952
};
Q_ENUM(ScStw::StatusCode)