mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-28 20:26:47 -05:00
Resolve unused parameter warnings
This commit is contained in:
@@ -24,7 +24,7 @@ void AdvSceneSwitcher::on_videoAdd_clicked()
|
||||
VideoSwitchWidget *sw =
|
||||
new VideoSwitchWidget(this, &switcher->videoSwitches.back());
|
||||
|
||||
listAddClicked(ui->videoSwitches, sw, ui->videoAdd, addPulse);
|
||||
listAddClicked(ui->videoSwitches, sw, addPulse);
|
||||
|
||||
ui->videoHelp->setVisible(false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user