From 887f15da100abe6fed9ff8cd83f8678fbf20b8de Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Thu, 10 Jul 2014 08:01:42 +0000 Subject: fixed mpris 1.0 regressions git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4349 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/mpris/mpris1/tracklistobject.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/plugins/General/mpris/mpris1/tracklistobject.h') diff --git a/src/plugins/General/mpris/mpris1/tracklistobject.h b/src/plugins/General/mpris/mpris1/tracklistobject.h index b7532656a..c5eca61d4 100644 --- a/src/plugins/General/mpris/mpris1/tracklistobject.h +++ b/src/plugins/General/mpris/mpris1/tracklistobject.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2008-2013 by Ilya Kotov * + * Copyright (C) 2008-2014 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -28,6 +28,7 @@ class PlayListModel; class PlayListManager; class MediaPlayer; class QmmpUiSettings; +class PlayListTrack; /** @author Ilya Kotov @@ -55,8 +56,7 @@ signals: void TrackListChange(int in0); private slots: - void disconnectPl(); - void checkNewItem(); + void playTrack(PlayListTrack *track); void updateTrackList(); void switchPlayList(PlayListModel *cur, PlayListModel *prev); -- cgit v1.2.3-13-gbd6f