diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-02-28 19:58:56 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-02-28 19:58:56 +0000 |
| commit | 48e1a9a6ee0f282c688072c2622c6756800fbc1c (patch) | |
| tree | bbb7b95bf0ab2f6ef5b49992a8442d233cb1d9ad /src/qmmpui/playlistmanager.h | |
| parent | d070edaee5fadeec66e44d2add8fdebe0bac983f (diff) | |
| download | qmmp-48e1a9a6ee0f282c688072c2622c6756800fbc1c.tar.gz qmmp-48e1a9a6ee0f282c688072c2622c6756800fbc1c.tar.bz2 qmmp-48e1a9a6ee0f282c688072c2622c6756800fbc1c.zip | |
added ColumnManager class, reverted previous commit
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4746 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/playlistmanager.h')
| -rw-r--r-- | src/qmmpui/playlistmanager.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/qmmpui/playlistmanager.h b/src/qmmpui/playlistmanager.h index 4222273aa..fafb9865d 100644 --- a/src/qmmpui/playlistmanager.h +++ b/src/qmmpui/playlistmanager.h @@ -21,6 +21,7 @@ #define PLAYLISTMANAGER_H #include <QObject> +#include "columnmanager.h" #include "playlistmodel.h" class QTimer; @@ -46,6 +47,9 @@ public: * Returns a pointer to the object's instance. */ static PlayListManager* instance(); + + + ColumnManager *columnManager() const; /*! * Returns a list of all playlists. */ @@ -249,6 +253,7 @@ private: PlayListModel *m_selected; QTimer *m_timer; QmmpUiSettings *m_ui_settings; + ColumnManager *m_column_manager; }; #endif // PLAYLISTMANAGER_H |
