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

Function toolGroupPrefix

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

Source from the content-addressed store, hash-verified

14 QString buildDirKey() { return QStringLiteral("BuildDir"); }
15 QString currentConfigKey() { return QStringLiteral("CurrentConfiguration"); }
16 QString toolGroupPrefix() { return QStringLiteral("Tool"); }
17 QString toolArguments() { return QStringLiteral("Arguments"); }
18 QString toolExecutable() { return QStringLiteral("Executable"); }
19 QString toolEnvironment() { return QStringLiteral("Environment"); }

Callers 3

generateToolGroupNameFunction · 0.85
loadFromMethod · 0.85
CustomBuildJobMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected