| 97 | } |
| 98 | |
| 99 | QString PlasmoidExecutionJob::executable(ILaunchConfiguration*) |
| 100 | { |
| 101 | return QStandardPaths::findExecutable(QStringLiteral("plasmoidviewer")); |
| 102 | } |
| 103 | |
| 104 | QStringList PlasmoidExecutionJob::arguments(ILaunchConfiguration* cfg) |
| 105 | { |
nothing calls this directly
no test coverage detected