diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2014-07-10 08:01:42 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2014-07-10 08:01:42 +0000 |
| commit | 887f15da100abe6fed9ff8cd83f8678fbf20b8de (patch) | |
| tree | dba9b5cd27f92f543a651e928bc29c340d211ee7 /src/plugins/General/mpris/mpris1/tracklistobject.h | |
| parent | c501c53ea9dbad706803ce5ddd082f3da0c26430 (diff) | |
| download | qmmp-887f15da100abe6fed9ff8cd83f8678fbf20b8de.tar.gz qmmp-887f15da100abe6fed9ff8cd83f8678fbf20b8de.tar.bz2 qmmp-887f15da100abe6fed9ff8cd83f8678fbf20b8de.zip | |
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
Diffstat (limited to 'src/plugins/General/mpris/mpris1/tracklistobject.h')
| -rw-r--r-- | src/plugins/General/mpris/mpris1/tracklistobject.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 <forkotov02@hotmail.ru> @@ -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); |
