| 189 | } |
| 190 | |
| 191 | QStringList PlasmoidLauncher::supportedModes() const |
| 192 | { |
| 193 | return QStringList() << QStringLiteral("execute"); |
| 194 | } |
| 195 | |
| 196 | KDevelop::LaunchConfigurationPage* PlasmoidPageFactory::createWidget(QWidget* parent) |
| 197 | { |
no test coverage detected