added .gitignore
This commit is contained in:
parent
deb1b3a7c3
commit
2dbe657e2f
2
.gitignore
vendored
2
.gitignore
vendored
@ -10,6 +10,8 @@
|
||||
*.so.*
|
||||
*.dll
|
||||
*.dylib
|
||||
*.exe
|
||||
*.exe*
|
||||
|
||||
# Qt-es
|
||||
object_script.*.Release
|
||||
|
@ -494,4 +494,4 @@ int Device::ctrlSetClusterThreshold(int threshold)
|
||||
return queryCtrl(COMMAND_SET_CLUSTER_THRESHOLD, txdata, rxdata);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
@ -103,6 +103,7 @@ protected:
|
||||
int ctrlSetMasterDelay(int tint);
|
||||
int ctrlSetSlaveDelay(int tint);
|
||||
int ctrlSetClusterThreshold(int threshold);
|
||||
|
||||
protected slots:
|
||||
void onConnected();
|
||||
void onSocketError(QAbstractSocket::SocketError socketError);
|
||||
|
Loading…
Reference in New Issue
Block a user