Browse Source

qt:controller: explicit fallthrough

pull/70/head
Steve Lhomme 8 years ago
parent
commit
de546265dd
  1. 1
      modules/gui/qt/components/controller.cpp

1
modules/gui/qt/components/controller.cpp

@ -378,6 +378,7 @@ QWidget *AbstractController::createWidget( buttonType_e button, int options )
break;
case VOLUME_SPECIAL:
b_special = true;
/* fallthrough */
case VOLUME:
{
SoundWidget *snd = new SoundWidget( this, p_intf, b_shiny, b_special );

Loading…
Cancel
Save