forked from qt-creator/qt-creator
ProjectExplorer: Remove unused convenience function displayNameFromMap()
Change-Id: I0165b5aa9155065e458d0b53c446dba349fbe6ff Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -128,11 +128,6 @@ Core::Id ProjectExplorer::idFromMap(const QVariantMap &map)
|
||||
return Core::Id::fromSetting(map.value(QLatin1String(CONFIGURATION_ID_KEY)));
|
||||
}
|
||||
|
||||
QString ProjectExplorer::displayNameFromMap(const QVariantMap &map)
|
||||
{
|
||||
return map.value(QLatin1String(DISPLAY_NAME_KEY), QString()).toString();
|
||||
}
|
||||
|
||||
bool StatefulProjectConfiguration::isEnabled() const
|
||||
{
|
||||
return m_isEnabled;
|
||||
|
||||
Reference in New Issue
Block a user