From a49455204fa38c3237bf00a93e0948f4a25355a4 Mon Sep 17 00:00:00 2001 From: Arno Date: Mon, 27 Feb 2017 12:12:04 +0100 Subject: Implement Song Slider --- playerwidget.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'playerwidget.h') diff --git a/playerwidget.h b/playerwidget.h index e828748..0dd2671 100644 --- a/playerwidget.h +++ b/playerwidget.h @@ -37,6 +37,9 @@ class PlayerWidget : public QWidget { void volumeChanged(int volume); void next(); void previous(); + void setPosition(qint64 pos); + void setDuration(qint64 dur); + void slide(int value); private: void setupGui(); -- cgit v1.2.3-70-g09d2