GIT_SILENT Silence warning about unused parameter in windows runner
This commit is contained in:
parent
20fca90855
commit
3cbbdbee99
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue