From 92f44fe0809ccc6377be64faf6b2b221d6be7cf6 Mon Sep 17 00:00:00 2001 From: Clayton Groeneveld Date: Tue, 6 Nov 2018 06:52:01 -0600 Subject: [PATCH] UI: Fix batch remux compiler warning --- UI/window-remux.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/UI/window-remux.cpp b/UI/window-remux.cpp index 1b10c21e0..31bf5a590 100644 --- a/UI/window-remux.cpp +++ b/UI/window-remux.cpp @@ -459,6 +459,9 @@ QVariant RemuxQueueModel::getIcon(RemuxEntryState state) icon = style->standardIcon( QStyle::SP_MessageBoxWarning); break; + + default: + break; } return icon;