summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/qmake/testdata/findMocs/object4.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/tools/qmake/testdata/findMocs/object4.h')
-rw-r--r--tests/auto/tools/qmake/testdata/findMocs/object4.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/auto/tools/qmake/testdata/findMocs/object4.h b/tests/auto/tools/qmake/testdata/findMocs/object4.h
index 73bf9cdaa3..eb38652f14 100644
--- a/tests/auto/tools/qmake/testdata/findMocs/object4.h
+++ b/tests/auto/tools/qmake/testdata/findMocs/object4.h
@@ -44,10 +44,9 @@ class Object4 : public QObject
Comment ends there --> /*/
// Now we poison moc, just to make sure this doesn't get moc'ed :)
-class NonMocObject
+class NonMocObject4
/* : QObject */
{
/* qmake ignore Q_OBJECT */
Q_OBJECT
};
-