aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/mpris/playerobject.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2008-12-21 09:56:05 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2008-12-21 09:56:05 +0000
commitac7a7dffc31afe8a20a51db4ab7749bf4fdea67c (patch)
tree3640dfe17870fb743463b852b257ffaf9a117bb4 /src/plugins/General/mpris/playerobject.h
parentae5bd442b79d44b0925e0f9b0e77c3ed74483838 (diff)
downloadqmmp-ac7a7dffc31afe8a20a51db4ab7749bf4fdea67c.tar.gz
qmmp-ac7a7dffc31afe8a20a51db4ab7749bf4fdea67c.tar.bz2
qmmp-ac7a7dffc31afe8a20a51db4ab7749bf4fdea67c.zip
more mpris methods support
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@697 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/mpris/playerobject.h')
-rw-r--r--src/plugins/General/mpris/playerobject.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/General/mpris/playerobject.h b/src/plugins/General/mpris/playerobject.h
index 1335b1138..ea8cbe1c1 100644
--- a/src/plugins/General/mpris/playerobject.h
+++ b/src/plugins/General/mpris/playerobject.h
@@ -25,6 +25,7 @@
class SoundCore;
class MediaPlayer;
+class PlayListModel;
/**
@author Ilya Kotov <forkotov02@hotmail.ru>
@@ -93,6 +94,7 @@ private slots:
private:
SoundCore *m_core;
MediaPlayer *m_player;
+ PlayListModel *m_model;
};