summaryrefslogtreecommitdiff
path: root/plugins/qt_clist/qt_clist.h
blob: 5f191b5eb07f438859f30fb07d8186a595d499d4 (plain)
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