X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/67ebd66f94356b4e66005b1072919cb7b5e858bb..d3839617:/src/panels/information/phononwidget.h diff --git a/src/panels/information/phononwidget.h b/src/panels/information/phononwidget.h index b21b0cdc7..5510b0544 100644 --- a/src/panels/information/phononwidget.h +++ b/src/panels/information/phononwidget.h @@ -48,7 +48,7 @@ class PhononWidget : public QWidget void setAutoPlay(bool autoPlay); bool eventFilter(QObject *object, QEvent *event) override; - signals: + Q_SIGNALS: /** * Is emitted whenever the video-state * has changed: If true is returned, a video @@ -59,14 +59,14 @@ class PhononWidget : public QWidget */ void hasVideoChanged(bool hasVideo); - public slots: + public Q_SLOTS: void play(); protected: void showEvent(QShowEvent *event) override; void hideEvent(QHideEvent *event) override; - private slots: + private Q_SLOTS: void stateChanged(Phonon::State newstate); void stop(); void finished();