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