UI: Fix batch remux compiler warning
This commit is contained in:
parent
047e586eaf
commit
92f44fe080
@ -459,6 +459,9 @@ QVariant RemuxQueueModel::getIcon(RemuxEntryState state)
|
||||
icon = style->standardIcon(
|
||||
QStyle::SP_MessageBoxWarning);
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
return icon;
|
||||
|
Loading…
x
Reference in New Issue
Block a user