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