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

Function buildConfigPrefix

plugins/custom-buildsystem/configconstants.cpp:13–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11namespace ConfigConstants
12{
13 QString buildConfigPrefix() { return QStringLiteral("BuildConfig"); }
14 QString buildDirKey() { return QStringLiteral("BuildDir"); }
15 QString currentConfigKey() { return QStringLiteral("CurrentConfiguration"); }
16 QString toolGroupPrefix() { return QStringLiteral("Tool"); }

Callers 1

saveConfigMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected