1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
#ifndef QT_CLIST_H #define QT_CLIST_H #include "qt_clist_global.h" #include <QApplication> #include <QMessageBox> #include <QThread> class Qt_clist : public QObject { Q_OBJECT public: Qt_clist(); }; #endif // QT_CLIST_H