aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/api/testdata/moc-cpp/bla.cpp
blob: 26185684a05bfd10d14365c0db99ca1300b45faf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include <QObject>

class MyObject : public QObject
{
    Q_OBJECT
};

int main()
{
    MyObject obj;
    return 0;
}

#include "bla.moc"