Home
last modified time | relevance | path

Searched refs:expandedDisplayName (Results 1 – 5 of 5) sorted by relevance

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/projectexplorer/
H A Dprojectconfiguration.h59 QString expandedDisplayName() const;
H A Dprojectconfiguration.cpp160 QString ProjectConfiguration::expandedDisplayName() const in expandedDisplayName() function in ProjectConfiguration
H A Dprojectconfigurationmodel.cpp119 return m_projectConfigurations.at(row)->expandedDisplayName(); in data()
H A Dminiprojecttargetselector.cpp110 return static_cast<ProjectConfiguration *>(object())->expandedDisplayName(); in rawDisplayName()
1480 runConfig = rc->expandedDisplayName(); in updateActionAndSummary()
1529 activeTarget->activeRunConfiguration()->expandedDisplayName())); in updateSummary()
H A Druncontrol.cpp391 d->displayName = runConfig->expandedDisplayName(); in setRunConfiguration()