From 82bbac7f906948278b666a78a402099d65bfd1dd Mon Sep 17 00:00:00 2001 From: hjk Date: Wed, 13 Jul 2011 18:02:35 +0200 Subject: Remove unneeded defines. Mostly Q_DISABLE_COPY that were covered by the un-copy-ability of the respective base classes. Includes a few "stylistic" whitespace changes. Change-Id: I31ca0e7bada5ed0f34776976efe22ddc444a5bf2 Reviewed-on: http://codereview.qt.nokia.com/1609 Reviewed-by: hjk --- src/libs/utils/filewizarddialog.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libs/utils/filewizarddialog.h') diff --git a/src/libs/utils/filewizarddialog.h b/src/libs/utils/filewizarddialog.h index 526ef88378b..236714aecb9 100644 --- a/src/libs/utils/filewizarddialog.h +++ b/src/libs/utils/filewizarddialog.h @@ -40,9 +40,9 @@ namespace Utils { class FileWizardPage; -class QTCREATOR_UTILS_EXPORT FileWizardDialog : public Wizard { +class QTCREATOR_UTILS_EXPORT FileWizardDialog : public Wizard +{ Q_OBJECT - Q_DISABLE_COPY(FileWizardDialog) public: explicit FileWizardDialog(QWidget *parent = 0); -- cgit v1.2.3