summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/abc_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/QtAutogen/abc_p.h')
-rw-r--r--Tests/QtAutogen/abc_p.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Tests/QtAutogen/abc_p.h b/Tests/QtAutogen/abc_p.h
index 952fff3..c9139b7 100644
--- a/Tests/QtAutogen/abc_p.h
+++ b/Tests/QtAutogen/abc_p.h
@@ -21,10 +21,10 @@
class AbcP : public QObject
{
Q_OBJECT
- public:
- AbcP() {}
- public slots:
- void doAbcP() { printf("I am private abc !\n"); }
+public:
+ AbcP() {}
+public slots:
+ void doAbcP() { printf("I am private abc !\n"); }
};
#endif