forked from qt-creator/qt-creator
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>
This commit is contained in:
@@ -70,8 +70,6 @@ private slots:
|
||||
void _q_pageRemoved(int pageId);
|
||||
|
||||
private:
|
||||
|
||||
Q_DISABLE_COPY(Wizard)
|
||||
Q_DECLARE_PRIVATE(Wizard)
|
||||
|
||||
class WizardPrivate *d_ptr;
|
||||
@@ -124,7 +122,6 @@ private:
|
||||
friend class Wizard;
|
||||
friend class WizardProgressItem;
|
||||
|
||||
Q_DISABLE_COPY(WizardProgress)
|
||||
Q_DECLARE_PRIVATE(WizardProgress)
|
||||
|
||||
class WizardProgressPrivate *d_ptr;
|
||||
@@ -150,15 +147,12 @@ public:
|
||||
bool titleWordWrap() const;
|
||||
|
||||
protected:
|
||||
|
||||
WizardProgressItem(WizardProgress *progress, const QString &title);
|
||||
virtual ~WizardProgressItem();
|
||||
|
||||
|
||||
private:
|
||||
friend class WizardProgress;
|
||||
|
||||
Q_DISABLE_COPY(WizardProgressItem)
|
||||
Q_DECLARE_PRIVATE(WizardProgressItem)
|
||||
|
||||
class WizardProgressItemPrivate *d_ptr;
|
||||
|
||||
Reference in New Issue
Block a user