| 86 | DebugMode() {} |
| 87 | QIcon icon() const override { return QIcon::fromTheme(QStringLiteral("debug-run")); } |
| 88 | QString id() const override { return QStringLiteral("debug"); } |
| 89 | QString name() const override { return i18nc("launch mode", "Debug"); } |
| 90 | }; |
| 91 |
no outgoing calls
no test coverage detected