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

Function entriesFromEnv

kdevplatform/util/environmentselectionmodel.cpp:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11namespace {
12
13QStringList entriesFromEnv(const KDevelop::EnvironmentProfileList& env)
14{
15 // We add an empty (i. e. default profile) entry to the front of the model's list.
16 return QStringList(QString()) + env.profileNames();
17}
18
19}
20

Callers 2

reloadMethod · 0.85

Calls 3

QStringListClass · 0.85
profileNamesMethod · 0.80
QStringClass · 0.70

Tested by

no test coverage detected