From 44189c45905753a9a296da07c499f4d86744b104 Mon Sep 17 00:00:00 2001 From: Jarek Kobus Date: Tue, 18 Jul 2023 22:38:37 +0200 Subject: [PATCH] BuildStep: Drop using ProjectConfiguration::parent The parent function isn't used anymore after the amended change. Originally, it was introduced in 9d206a2bc45af5ae4680fad0ab0db9b6415abcda, when things still relied on QObject hierarchy. Amends 06a57f8c42247462dcd8264f69ec98703e512bf0 Change-Id: I9e3a2bbaf4c4cac308a18cbe5cf5905f2655443f Reviewed-by: Qt CI Bot Reviewed-by: hjk --- src/plugins/projectexplorer/buildstep.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/plugins/projectexplorer/buildstep.h b/src/plugins/projectexplorer/buildstep.h index 6bc195f431c..c22579f75fe 100644 --- a/src/plugins/projectexplorer/buildstep.h +++ b/src/plugins/projectexplorer/buildstep.h @@ -130,8 +130,6 @@ protected: void setCancelMessage(const QString &message); private: - using ProjectConfiguration::parent; - friend class BuildManager; virtual Tasking::GroupItem runRecipe() = 0;