summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/mocRerun/test1a.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/QtAutogen/mocRerun/test1a.h.in')
-rw-r--r--Tests/QtAutogen/mocRerun/test1a.h.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/Tests/QtAutogen/mocRerun/test1a.h.in b/Tests/QtAutogen/mocRerun/test1a.h.in
index fee2c09..a335046 100644
--- a/Tests/QtAutogen/mocRerun/test1a.h.in
+++ b/Tests/QtAutogen/mocRerun/test1a.h.in
@@ -1,8 +1,8 @@
#include <QObject>
-class test1 : public QObject
+class Test1 : public QObject
{
Q_OBJECT
- public slots:
- void onTst1() {}
- void onTst2() {}
+public slots:
+ void onTst1() {}
+ void onTst2() {}
};