┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/panels/information
diff options
context:
space:
mode:
authorRoman Inflianskas <[email protected]>2018-03-08 12:21:13 +0300
committerRoman Inflianskas <[email protected]>2018-03-10 18:07:47 +0300
commit0c9343d614872b88da59a7c1a18d19c8df83739f (patch)
tree6df87f4bb1ba42fee504d68777316b710137af2d /src/panels/information
parent8c1455f96f211e0c8bf6e2fb003df3d6f4f10f01 (diff)
Fix some compile warnings
Reviewers: markg, elvisangelaccio Reviewed By: markg, elvisangelaccio Subscribers: chehrlic, rkflx, elvisangelaccio, #dolphin Differential Revision: https://phabricator.kde.org/D10995
Diffstat (limited to 'src/panels/information')
-rw-r--r--src/panels/information/phononwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/panels/information/phononwidget.cpp b/src/panels/information/phononwidget.cpp
index fed6b0ee2..494429b8c 100644
--- a/src/panels/information/phononwidget.cpp
+++ b/src/panels/information/phononwidget.cpp
@@ -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();