UI: Fix batch remux compiler warning

This commit is contained in:
Clayton Groeneveld 2018-11-06 06:52:01 -06:00
parent 047e586eaf
commit 92f44fe080

View File

@ -459,6 +459,9 @@ QVariant RemuxQueueModel::getIcon(RemuxEntryState state)
icon = style->standardIcon(
QStyle::SP_MessageBoxWarning);
break;
default:
break;
}
return icon;