fasdfasdf

This commit is contained in:
2021-11-19 16:00:10 +08:00
parent 59b8e15c8e
commit 33c422fcac
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
/build
/.vs
/build_d

View File

@ -14,5 +14,5 @@ public:
~ZZ_iSIFControlThread();
public slots:
int StartTestAcquisition();
int test();
int test();//
};