add an error message and fix minor error in pri file
This commit is contained in:
parent
b26c479002
commit
2424bd27eb
2 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
QT += qml quickcontrols2
|
||||
|
||||
!isEmpty(SCSTWLIBRARIES_LIB):error("ScStwLibraries.pri already included")
|
||||
SCSTWLIBRARIES_LIB = 1
|
||||
|
||||
|
|
|
@ -150,6 +150,8 @@ public:
|
|||
AccessDeniedError = 401,
|
||||
NoSessionActiveError = 408,
|
||||
|
||||
UpdateFailedError = 500,
|
||||
|
||||
Error = 900,
|
||||
NotConnectedError = 910,
|
||||
TimeoutError = 911,
|
||||
|
|
Reference in a new issue