diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-12-14 15:12:20 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-12-14 15:12:20 +0000 |
| commit | 92f1159a134f4d9dbd93176107afc48e4f77cb81 (patch) | |
| tree | 4aa971c42e00d36cc8d588273f3ad0ff6b46fb16 /src/qmmpui/playstate_p.h | |
| parent | 8351bd6fbf8b9b6b3360a0cfd6546127794d0b89 (diff) | |
| download | qmmp-92f1159a134f4d9dbd93176107afc48e4f77cb81.tar.gz qmmp-92f1159a134f4d9dbd93176107afc48e4f77cb81.tar.bz2 qmmp-92f1159a134f4d9dbd93176107afc48e4f77cb81.zip | |
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
Diffstat (limited to 'src/qmmpui/playstate_p.h')
| -rw-r--r-- | src/qmmpui/playstate_p.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/qmmpui/playstate_p.h b/src/qmmpui/playstate_p.h index e326b0943..09ac1f8a0 100644 --- a/src/qmmpui/playstate_p.h +++ b/src/qmmpui/playstate_p.h @@ -30,6 +30,7 @@ class PlayState { public: + /*! Makes single step forward through songs list. * If the step has done returns \b true, otherwise returns \b false */ @@ -61,14 +62,12 @@ public: { ; } - PlayState(PlayListModel* model) : m_model(model) - { - ; - } -protected: + PlayState(PlayListModel* model); +protected: /// Data model PlayListModel* m_model; + QmmpUiSettings *m_ui_settings; }; /*! @internal |
