GIT_SILENT Silence warning about unused parameter in windows runner

master
Alexander Lohnau 4 years ago
parent 20fca90855
commit 3cbbdbee99

@ -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());

Loading…
Cancel
Save