diff options
author | hjk <qtc-committer@nokia.com> | 2011-07-13 18:02:35 +0200 |
---|---|---|
committer | hjk <qthjk@ovi.com> | 2011-07-14 12:15:38 +0200 |
commit | 82bbac7f906948278b666a78a402099d65bfd1dd (patch) | |
tree | 553154b8e0b7cae0c3be2a2952ab9e5f7ab92995 /src/plugins/designer/formwizarddialog.h | |
parent | 9ec07bf23049d28c66def4f4066230a611780a29 (diff) | |
download | qt-creator-82bbac7f906948278b666a78a402099d65bfd1dd.tar.gz |
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 <qthjk@ovi.com>
Diffstat (limited to 'src/plugins/designer/formwizarddialog.h')
-rw-r--r-- | src/plugins/designer/formwizarddialog.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/designer/formwizarddialog.h b/src/plugins/designer/formwizarddialog.h index 04b89ad405..ade4638aea 100644 --- a/src/plugins/designer/formwizarddialog.h +++ b/src/plugins/designer/formwizarddialog.h @@ -49,7 +49,6 @@ class FormTemplateWizardPage; class FormWizardDialog : public Utils::Wizard { - Q_DISABLE_COPY(FormWizardDialog) Q_OBJECT public: @@ -72,7 +71,6 @@ private: class FormFileWizardDialog : public FormWizardDialog { - Q_DISABLE_COPY(FormFileWizardDialog) Q_OBJECT public: |