From ac7a7dffc31afe8a20a51db4ab7749bf4fdea67c Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 21 Dec 2008 09:56:05 +0000 Subject: more mpris methods support git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@697 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/mpris/tracklistobject.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/General/mpris/tracklistobject.h') 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); -- cgit v1.2.3-13-gbd6f