diff options
Diffstat (limited to 'Tests/QtAutogen/sub/bar.h')
-rw-r--r-- | Tests/QtAutogen/sub/bar.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Tests/QtAutogen/sub/bar.h b/Tests/QtAutogen/sub/bar.h index db56b8e..c96e123 100644 --- a/Tests/QtAutogen/sub/bar.h +++ b/Tests/QtAutogen/sub/bar.h @@ -19,10 +19,10 @@ class Bar : public QObject { Q_OBJECT - public: - Bar(); - public slots: - void doBar(); +public: + Bar(); +public slots: + void doBar(); }; #endif |