1
#include <QtCore/qobject.h>
2
3
class Object : public QObject
4
{
5
    Q_OBJECT
6
};