10 lines
115 B
C
Raw Normal View History

2013-03-16 19:13:01 +02:00
#include <QObject>
class Empty : public QObject
{
Q_OBJECT
public:
explicit Empty(QObject *parent = 0) {}
};