diff options
Diffstat (limited to 'Tests/QtAutogen/empty.h')
-rw-r--r-- | Tests/QtAutogen/empty.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/QtAutogen/empty.h b/Tests/QtAutogen/empty.h index 4566142..6bdd2ac 100644 --- a/Tests/QtAutogen/empty.h +++ b/Tests/QtAutogen/empty.h @@ -5,5 +5,5 @@ class Empty : public QObject { Q_OBJECT public: - explicit Empty(QObject *parent = 0) {} + explicit Empty(QObject* parent = 0) {} }; |