diff options
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 |
