]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/panels/information/phononwidget.cpp
Use isEmpty here too
[dolphin.git] / src / panels / information / phononwidget.cpp
index fed6b0ee2850870cc242c2817ae0737392a68381..494429b8c23cbd6595b8b9ca82907698ecc6d931 100644 (file)
@@ -167,7 +167,7 @@ void PhononWidget::stateChanged(Phonon::State newstate)
             m_videoPlayer->hide();
         }
         emit hasVideoChanged(false);
-        // fall through
+        Q_FALLTHROUGH();
     default:
         m_stopButton->hide();
         m_playButton->show();