aboutsummaryrefslogtreecommitdiff
path: root/src/mediaplayer.hpp
diff options
context:
space:
mode:
authorFelix (xq) Queißner <git@mq32.de>2020-06-19 10:52:30 +0200
committerFelix (xq) Queißner <git@mq32.de>2020-06-19 10:52:30 +0200
commit1eec0c9fa22e86225691e7892e9219e7d17d5c42 (patch)
tree059c9cdd8339751f51793b8fd38a03f93ae28ae7 /src/mediaplayer.hpp
parent6a5198d23412a6d11f78cdef71850e578ca6f8c0 (diff)
downloadkristall-1eec0c9fa22e86225691e7892e9219e7d17d5c42.tar.gz
Fixed multimedia bug.
Diffstat (limited to 'src/mediaplayer.hpp')
-rw-r--r--src/mediaplayer.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mediaplayer.hpp b/src/mediaplayer.hpp
index a4440a6..406a0e0 100644
--- a/src/mediaplayer.hpp
+++ b/src/mediaplayer.hpp
@@ -20,6 +20,8 @@ public:
void setMedia(QByteArray const & data, QUrl const & ref_url, QString const & mime);
+ void stopPlaying();
+
private slots:
void on_playpause_button_clicked();