forked from qt-creator/qt-creator
ProjectExplorer: Fix warning
‘ProjectExplorer::IRunConfigurationFactory’ is already a friend of ‘ProjectExplorer::RunConfiguration’ Change-Id: Ia0c9830b20406f3f94393e1525040dbabb9ba19e Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -261,8 +261,6 @@ signals:
|
||||
void configurationFinished();
|
||||
|
||||
protected:
|
||||
friend class IRunConfigurationFactory;
|
||||
|
||||
RunConfiguration(Target *target, Core::Id id);
|
||||
|
||||
/// convenience function to get current build configuration.
|
||||
|
Reference in New Issue
Block a user