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 736ef1f2b..c1ff169b1 100644
--- a/src/plugins/General/mpris/tracklistobject.h
+++ b/src/plugins/General/mpris/tracklistobject.h
@@ -46,8 +46,8 @@ public slots:
int GetCurrentTrack();
int GetLength();
QVariantMap GetMetadata(int in0);
- /*void SetLoop(bool in0);
- void SetRandom(bool in0);*/
+ void SetLoop(bool in0);
+ void SetRandom(bool in0);
signals:
void TrackListChange(int in0);