diff options
Diffstat (limited to 'plugins/qt_clist/qt_clist.h')
-rwxr-xr-x | plugins/qt_clist/qt_clist.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/plugins/qt_clist/qt_clist.h b/plugins/qt_clist/qt_clist.h new file mode 100755 index 0000000000..5f191b5eb0 --- /dev/null +++ b/plugins/qt_clist/qt_clist.h @@ -0,0 +1,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
|