forked from qt-creator/qt-creator
Introduced Project::hasBuildSettings()
This commit is contained in:
@@ -49,9 +49,9 @@ using namespace ProjectExplorer::Internal;
|
||||
/// BuildSettingsPanelFactory
|
||||
///
|
||||
|
||||
bool BuildSettingsPanelFactory::supports(Project * /* project */)
|
||||
bool BuildSettingsPanelFactory::supports(Project *project)
|
||||
{
|
||||
return true;
|
||||
return project->hasBuildSettings();
|
||||
}
|
||||
|
||||
PropertiesPanel *BuildSettingsPanelFactory::createPanel(Project *project)
|
||||
|
||||
Reference in New Issue
Block a user