aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata-qt/combined-moc/theobject.h
blob: 759eae8fb2baa72f51780ef0c3205cc97d5e6c3d (plain)
1
2
3
4
5
6
#include <QObject>

class TheObject : public QObject
{
    Q_OBJECT
};