summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/mocRerun/test1b.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/QtAutogen/mocRerun/test1b.h.in')
-rw-r--r--Tests/QtAutogen/mocRerun/test1b.h.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Tests/QtAutogen/mocRerun/test1b.h.in b/Tests/QtAutogen/mocRerun/test1b.h.in
index 6531d10..6128eeb 100644
--- a/Tests/QtAutogen/mocRerun/test1b.h.in
+++ b/Tests/QtAutogen/mocRerun/test1b.h.in
@@ -1,7 +1,7 @@
#include <QObject>
-class test1 : public QObject
+class Test1 : public QObject
{
Q_OBJECT
- public slots:
- void onTst1() {}
+public slots:
+ void onTst1() {}
};