#ifndefCAT_H #defineCAT_H #include <QThread> #include <QDebug> class Cat : public QThread { public: Cat(); void run(); QString name; };
確定! 回上一頁