diff options
Diffstat (limited to 'Tests/QtAutogen/foo.h')
-rw-r--r-- | Tests/QtAutogen/foo.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Tests/QtAutogen/foo.h b/Tests/QtAutogen/foo.h index f23ec07..98f6292 100644 --- a/Tests/QtAutogen/foo.h +++ b/Tests/QtAutogen/foo.h @@ -18,14 +18,14 @@ class Foo #ifdef FOO - : public QObject + : public QObject #endif { Q_OBJECT - public: - Foo(); - public slots: - void doFoo(); +public: + Foo(); +public slots: + void doFoo(); }; #endif |