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

Function scratchCommands

plugins/scratchpad/scratchpad.cpp:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62
63namespace {
64KConfigGroup scratchCommands()
65{
66 return KSharedConfig::openConfig()->group(QStringLiteral("Scratchpad")).group(QStringLiteral("Commands"));
67}
68
69KConfigGroup mimeCommands()
70{

Callers 5

commandForScratchFunction · 0.85
removeScratchMethod · 0.85
renameScratchMethod · 0.85
addFileToModelMethod · 0.85
setCommandMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected