minor changes
This commit is contained in:
parent
b350f4636a
commit
990f8a2eb0
4 changed files with 3 additions and 1 deletions
1
Qt-Secret/src/build/debug/.gitignore
vendored
Normal file
1
Qt-Secret/src/build/debug/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
/libQt-Secret.so.1.2.0
|
Binary file not shown.
1
ScStwLibraries/.gitignore
vendored
1
ScStwLibraries/.gitignore
vendored
|
@ -71,3 +71,4 @@ Thumbs.db
|
||||||
*.dll
|
*.dll
|
||||||
*.exe
|
*.exe
|
||||||
|
|
||||||
|
/build/
|
||||||
|
|
|
@ -42,7 +42,7 @@ public:
|
||||||
Error = 900,
|
Error = 900,
|
||||||
NotConnectedError = 910,
|
NotConnectedError = 910,
|
||||||
TimeoutError = 911,
|
TimeoutError = 911,
|
||||||
SettingNotAccessableError = 901
|
SettingNotAccessibleError = 901
|
||||||
};
|
};
|
||||||
Q_ENUM(ErrorCode)
|
Q_ENUM(ErrorCode)
|
||||||
|
|
||||||
|
|
Reference in a new issue