forked from qt-creator/qt-creator
BuildStep: Drop using ProjectConfiguration::parent
The parent function isn't used anymore after the amended change. Originally, it was introduced in9d206a2bc4
, when things still relied on QObject hierarchy. Amends06a57f8c42
Change-Id: I9e3a2bbaf4c4cac308a18cbe5cf5905f2655443f Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -130,8 +130,6 @@ protected:
|
|||||||
void setCancelMessage(const QString &message);
|
void setCancelMessage(const QString &message);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
using ProjectConfiguration::parent;
|
|
||||||
|
|
||||||
friend class BuildManager;
|
friend class BuildManager;
|
||||||
virtual Tasking::GroupItem runRecipe() = 0;
|
virtual Tasking::GroupItem runRecipe() = 0;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user