diff options
Diffstat (limited to 'Tests/QtAutogen/yaf_p.h')
-rw-r--r-- | Tests/QtAutogen/yaf_p.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Tests/QtAutogen/yaf_p.h b/Tests/QtAutogen/yaf_p.h index f0368ad..cf317b8 100644 --- a/Tests/QtAutogen/yaf_p.h +++ b/Tests/QtAutogen/yaf_p.h @@ -21,10 +21,10 @@ class YafP : public QObject { Q_OBJECT - public: - YafP() {} - public slots: - void doYafP() { printf("I am yet another file !\n"); } +public: + YafP() {} +public slots: + void doYafP() { printf("I am yet another file !\n"); } }; #endif |