aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/mpris/playerobject.h
diff options
context:
space:
mode:
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 0f60c85c9..1335b1138 100644
--- a/src/plugins/General/mpris/playerobject.h
+++ b/src/plugins/General/mpris/playerobject.h
@@ -24,6 +24,7 @@
#include <QVariantMap>
class SoundCore;
+class MediaPlayer;
/**
@author Ilya Kotov <forkotov02@hotmail.ru>
@@ -91,6 +92,7 @@ private slots:
private:
SoundCore *m_core;
+ MediaPlayer *m_player;
};