| 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 | |
| 92 | class ProfileMode : public ILaunchMode |
no outgoing calls
no test coverage detected