diff options
Diffstat (limited to 'Tests/QtAutogen/private_slot.h')
-rw-r--r-- | Tests/QtAutogen/private_slot.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/QtAutogen/private_slot.h b/Tests/QtAutogen/private_slot.h index 28e5448..8041eb2 100644 --- a/Tests/QtAutogen/private_slot.h +++ b/Tests/QtAutogen/private_slot.h @@ -10,10 +10,10 @@ class PrivateSlot : public QObject { Q_OBJECT public: - PrivateSlot(QObject *parent = 0); + PrivateSlot(QObject* parent = 0); private: - PrivateSlotPrivate * const d; + PrivateSlotPrivate* const d; Q_PRIVATE_SLOT(d, void privateSlot()) }; |