summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/moc/Header
blob: b7066b76353f0316d207157ca4fbc2beec431740 (plain)
1
2
3
4
5
6
#include <QtCore/qobject.h>

class Object : public QObject
{
    Q_OBJECT
};