aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/add-qobject-macro-to-cpp-file/object.cpp
blob: aab24f6c020c1683468509f3ec6f4d4ff0590607 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include "object.h"

#include <QObject>

// class InternalClass : public QObject
// {
//    Q_OBJECT
// };

void Object::f() { }


// #include "object.moc"