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