aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/mediaplayer.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2012-02-09 19:10:54 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2012-02-09 19:10:54 +0000
commitbc28f1332bbbf9bad49bbad6fd01ef03b4ab99b9 (patch)
tree24dd1dc055212b1486b3cb27c888883e062888f7 /src/qmmpui/mediaplayer.h
parent68759dc1fdf12840cd8ab137fa2bc0d07719d754 (diff)
downloadqmmp-bc28f1332bbbf9bad49bbad6fd01ef03b4ab99b9.tar.gz
qmmp-bc28f1332bbbf9bad49bbad6fd01ef03b4ab99b9.tar.bz2
qmmp-bc28f1332bbbf9bad49bbad6fd01ef03b4ab99b9.zip
refactoring: add QmmpUiSettings class, removed deprecated code
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2588 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/mediaplayer.h')
-rw-r--r--src/qmmpui/mediaplayer.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/qmmpui/mediaplayer.h b/src/qmmpui/mediaplayer.h
index 0af41412f..07a314a2b 100644
--- a/src/qmmpui/mediaplayer.h
+++ b/src/qmmpui/mediaplayer.h
@@ -25,6 +25,9 @@
#include "playlistmanager.h"
+class QmmpUiSettings;
+
+
/*! @brief The MediaPlayer class provides a simple way to use SoundCore and PlayListModel together.
* @author Ilya Kotov <forkotov02@hotmail.ru>
*/
@@ -107,6 +110,7 @@ private slots:
void showMetaData();
private:
+ QmmpUiSettings *m_settings;
PlayListManager *m_pl_manager;
SoundCore *m_core;
static MediaPlayer* m_instance;