From fedd13511bbf91914a0250b43c440f43e6d1e8c5 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Tue, 23 Dec 2008 21:13:34 +0000 Subject: full mpris support; new options: "repeat track", "show protocol" git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@698 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 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); -- cgit v1.2.3-13-gbd6f