aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/mpris/tracklistobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/mpris/tracklistobject.h')
-rw-r--r--src/plugins/General/mpris/tracklistobject.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/General/mpris/tracklistobject.h b/src/plugins/General/mpris/tracklistobject.h
index c1ff169b1..856ebd5df 100644
--- a/src/plugins/General/mpris/tracklistobject.h
+++ b/src/plugins/General/mpris/tracklistobject.h
@@ -41,8 +41,8 @@ public:
~TrackListObject();
public slots:
- //int AddTrack(const QString &in0, bool in1);
- /*void DelTrack(int in0);*/
+ int AddTrack(const QString &in0, bool in1);
+ void DelTrack(int in0);
int GetCurrentTrack();
int GetLength();
QVariantMap GetMetadata(int in0);