怎么跨类调用啊啊啊啊

This commit is contained in:
2022-01-03 02:25:26 +08:00
parent 773bffe63f
commit c9469227cf
26 changed files with 129 additions and 88 deletions
+15
View File
@@ -0,0 +1,15 @@
#ifndef SCAN_RUN_H
#define SCAN_RUN_H
#include <QThread>
class scan_run : public QThread
{
public:
protected:
void run();
};
#endif // SCAN_RUN_H