X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/462982faa361c79daab43ce526ae64646b1ea63c..e9bd295b:/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();