added classes for dynamic API management
This commit is contained in:
parent
4bce9ded0a
commit
10b2f7b888
1 changed files with 2 additions and 1 deletions
|
@ -126,7 +126,8 @@ public:
|
|||
TimeoutError = 911,
|
||||
SettingNotAccessibleError = 901,
|
||||
InternalError = 950,
|
||||
InternalErrorTimerOperationFailed = 951
|
||||
InternalErrorTimerOperationFailed = 951,
|
||||
ApiVersionNotSupportedError = 952
|
||||
};
|
||||
Q_ENUM(ScStw::StatusCode)
|
||||
|
||||
|
|
Reference in a new issue