fix warning

This commit is contained in:
WarmUpTill 2020-12-06 14:03:04 +01:00
parent b54506c5ee
commit a1484f9621

View File

@ -433,6 +433,8 @@ void AdvSceneSwitcher::on_tabMoved(int from, int to)
void AdvSceneSwitcher::on_tabWidget_currentChanged(int index)
{
UNUSED_PARAMETER(index);
switcher->showFrame = false;
clearFrames(ui->screenRegionSwitches);
SetShowFrames();