| 191 | QString name() const override { return QStringLiteral("Test-Launch"); } |
| 192 | KDevelop::IProject* project() const override { return nullptr; } |
| 193 | KDevelop::LaunchConfigurationType* type() const override { return nullptr; } |
| 194 | |
| 195 | KConfig* rootConfig() { return c.data(); } |
| 196 | private: |
no outgoing calls
no test coverage detected