| 72 | } |
| 73 | |
| 74 | QString CustomScriptPlugin::name() const |
| 75 | { |
| 76 | // This needs to match the X-KDE-PluginInfo-Name entry from the .desktop file! |
| 77 | return QStringLiteral("kdevcustomscript"); |
| 78 | } |
| 79 | |
| 80 | QString CustomScriptPlugin::caption() const |
| 81 | { |
no outgoing calls
no test coverage detected