diff options
| author | Méven Car <[email protected]> | 2019-08-27 13:04:56 +0200 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2019-09-01 16:47:22 +0200 |
| commit | eaec53a7af4e098acd957a274f059920d569e0be (patch) | |
| tree | 4c83b5562baf5a9db36b1bbf3f89d63c9f2b2830 /src/panels/information/phononwidget.h | |
| parent | db717a21c512fafdf90828d71ddeb0f993413872 (diff) | |
Add click to play/pause feature on previews for audio/video
Test Plan:
In dolphin, click on a video or audio preview in the information panel.
The video or audio preview starts
Reviewers: elvisangelaccio, #dolphin, ngraham
Reviewed By: elvisangelaccio, #dolphin, ngraham
Subscribers: alexde, anthonyfieroni, ngraham, kfm-devel
Tags: #dolphin
Differential Revision: https://phabricator.kde.org/D22183
Diffstat (limited to 'src/panels/information/phononwidget.h')
| -rw-r--r-- | src/panels/information/phononwidget.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/panels/information/phononwidget.h b/src/panels/information/phononwidget.h index b9e7d4f05..90a1d1e5a 100644 --- a/src/panels/information/phononwidget.h +++ b/src/panels/information/phononwidget.h @@ -53,11 +53,14 @@ class PhononWidget : public QWidget void setUrl(const QUrl &url, MediaKind kind); QUrl url() const; + void clearUrl(); void setVideoSize(const QSize& size); QSize videoSize() const; + Phonon::State state() const; void setAutoPlay(bool autoPlay); + bool eventFilter(QObject *object, QEvent *event) override; signals: /** |
