From 92f1159a134f4d9dbd93176107afc48e4f77cb81 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 14 Dec 2013 15:12:20 +0000 Subject: fixed saving of the playlist settings (Fixes issue 622) git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3960 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/mpris/mpris2/player2object.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/plugins/General/mpris/mpris2/player2object.h') diff --git a/src/plugins/General/mpris/mpris2/player2object.h b/src/plugins/General/mpris/mpris2/player2object.h index 19c7d24e0..f66b55664 100644 --- a/src/plugins/General/mpris/mpris2/player2object.h +++ b/src/plugins/General/mpris/mpris2/player2object.h @@ -32,6 +32,7 @@ class MediaPlayer; class PlayListManager; class PlayListTrack; class PlayListModel; +class QmmpUiSettings; /** @author Ilya Kotov @@ -107,6 +108,7 @@ private: SoundCore *m_core; MediaPlayer *m_player; PlayListManager *m_pl_manager; + QmmpUiSettings *m_ui_settings; QMap m_props; QDBusObjectPath m_trackID; PlayListTrack *m_prev_track; -- cgit v1.2.3-13-gbd6f