diff options
Diffstat (limited to 'Tests/QtAutogen/xyz.h')
-rw-r--r-- | Tests/QtAutogen/xyz.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Tests/QtAutogen/xyz.h b/Tests/QtAutogen/xyz.h index 8175d37..1ba09a3 100644 --- a/Tests/QtAutogen/xyz.h +++ b/Tests/QtAutogen/xyz.h @@ -19,10 +19,10 @@ class Xyz : public QObject { Q_OBJECT - public: - Xyz(); - public slots: - void doXyz(); +public: + Xyz(); +public slots: + void doXyz(); }; #endif |