怎么跨类调用啊啊啊啊
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user