| 67 | } |
| 68 | |
| 69 | KConfigGroup mimeCommands() |
| 70 | { |
| 71 | return KSharedConfig::openConfig()->group(QStringLiteral("Scratchpad")).group(QStringLiteral("Mime Commands")); |
| 72 | } |
| 73 | |
| 74 | QString commandForScratch(const QFileInfo& file) |
| 75 | { |
no outgoing calls
no test coverage detected