GIT_SILENT Silence warning about unused parameter in windows runner

This commit is contained in:
Alexander Lohnau 2021-03-16 08:45:24 +01:00
parent 20fca90855
commit 3cbbdbee99

View file

@ -206,6 +206,7 @@ RemoteMatches WindowsRunner::Match(const QString &searchTerm)
void WindowsRunner::Run(const QString &id, const QString &actionId)
{
Q_UNUSED(actionId)
// Split id to get actionId and realId. We don't use actionId because our actions list is not constant
const QStringList parts = id.split(QLatin1Char('_'));
auto action = WindowsRunnerAction(parts[0].toInt());