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

Function toolType

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

Source from the content-addressed store, hash-verified

18 QString toolExecutable() { return QStringLiteral("Executable"); }
19 QString toolEnvironment() { return QStringLiteral("Environment"); }
20 QString toolType() { return QStringLiteral("Type"); }
21 QString toolEnabled() { return QStringLiteral("Enabled"); }
22 QString projectPathPrefix() { return QStringLiteral("ProjectPath"); }
23 QString projectPathKey() { return QStringLiteral("Path"); }

Callers 2

loadFromMethod · 0.85
saveConfigMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected