diff options
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); |
