forked from qt-creator/qt-creator
qbsprojectmanager: s/Q_DECL_OVERRIDE/override/g
Change-Id: Id5d53a6896762dd2a427a89e15307567592b6eb6 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
@@ -43,9 +43,9 @@ public:
|
|||||||
QbsProfilesSettingsPage(QObject *parent = 0);
|
QbsProfilesSettingsPage(QObject *parent = 0);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
QWidget *widget() Q_DECL_OVERRIDE;
|
QWidget *widget() override;
|
||||||
void apply() Q_DECL_OVERRIDE;
|
void apply() override;
|
||||||
void finish() Q_DECL_OVERRIDE;
|
void finish() override;
|
||||||
|
|
||||||
QbsProfilesSettingsWidget *m_widget;
|
QbsProfilesSettingsWidget *m_widget;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user