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 /build
/.vs /.vs
/build_d

View File

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