MCPcopy Create free account
hub / github.com/KDE/kdevelop / reloadSelectedItem

Method reloadSelectedItem

kdevplatform/util/environmentselectionmodel.cpp:91–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91QString EnvironmentSelectionModel::reloadSelectedItem(const QString& currentProfile)
92{
93 if (m_profilesLookupTable.contains(currentProfile)) {
94 return currentProfile;
95 } else {
96 return QString();
97 }
98}
99
100} // namespace KDevelop
101

Callers 1

reconfigureMethod · 0.80

Calls 2

QStringClass · 0.70
containsMethod · 0.45

Tested by

no test coverage detected