aboutsummaryrefslogtreecommitdiff
path: root/src/ui/playlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/playlist.h')
-rw-r--r--src/ui/playlist.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/playlist.h b/src/ui/playlist.h
index d74971c53..990af25ca 100644
--- a/src/ui/playlist.h
+++ b/src/ui/playlist.h
@@ -39,6 +39,7 @@ class PlaylistControl;
class KeyboardManager;
class PlayListManager;
class PlayListBrowser;
+class PlayListSelector;
/**
@author Ilya Kotov <forkotov02@hotmail.ru>
@@ -121,6 +122,7 @@ class PlayList : public QWidget
PlayListManager *m_pl_manager;
KeyboardManager* m_keyboardManager;
QPointer <PlayListBrowser> m_pl_browser;
+ PlayListSelector *m_pl_selector;
protected:
virtual void paintEvent (QPaintEvent *);