mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-07-20 04:05:13 -04:00
UI: Fix batch remux compiler warning
This commit is contained in:
@@ -459,6 +459,9 @@ QVariant RemuxQueueModel::getIcon(RemuxEntryState state)
|
||||
icon = style->standardIcon(
|
||||
QStyle::SP_MessageBoxWarning);
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
return icon;
|
||||
|
||||
Reference in New Issue
Block a user