Resolve unused parameter warnings

This commit is contained in:
WarmUpTill
2024-08-15 00:28:29 +02:00
committed by WarmUpTill
parent ee72bb192c
commit 5bb10a4aef
24 changed files with 30 additions and 32 deletions

View File

@@ -19,7 +19,7 @@ void AdvSceneSwitcher::on_executableAdd_clicked()
listAddClicked(ui->executables,
new ExecutableSwitchWidget(
this, &switcher->executableSwitches.back()),
ui->executableAdd, addPulse);
addPulse);
ui->exeHelp->setVisible(false);
}