forked from qt-creator/qt-creator
ProjectConfiguration: Add isActive() method
Returns true if the ProjectConfiguration element is currently active and false otherwise. Just a convenience method. Change-Id: If75809ae7e78149d264deaaf6adc4ca8a8be43c2 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -323,6 +323,11 @@ QString BuildConfiguration::buildTypeName(BuildConfiguration::BuildType type)
|
||||
}
|
||||
}
|
||||
|
||||
bool BuildConfiguration::isActive() const
|
||||
{
|
||||
return target()->isActive() && target()->activeBuildConfiguration() == this;
|
||||
}
|
||||
|
||||
///
|
||||
// IBuildConfigurationFactory
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user