blob: b7066b76353f0316d207157ca4fbc2beec431740 [file] [log] [blame]
#include <QtCore/qobject.h>
class Object : public QObject
{
Q_OBJECT
};