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; break;
case VOLUME_SPECIAL: case VOLUME_SPECIAL:
b_special = true; b_special = true;
/* fallthrough */
case VOLUME: case VOLUME:
{ {
SoundWidget *snd = new SoundWidget( this, p_intf, b_shiny, b_special ); SoundWidget *snd = new SoundWidget( this, p_intf, b_shiny, b_special );

Loading…
Cancel
Save