diff options
Diffstat (limited to 'src/plugins/Ui/skinned/playlist.h')
| -rw-r--r-- | src/plugins/Ui/skinned/playlist.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/Ui/skinned/playlist.h b/src/plugins/Ui/skinned/playlist.h index db3250dba..7528b1277 100644 --- a/src/plugins/Ui/skinned/playlist.h +++ b/src/plugins/Ui/skinned/playlist.h @@ -41,6 +41,7 @@ class PlayListManager; class PlayListBrowser; class PlayListSelector; class QmmpUiSettings; +class PlayListHeader; /** @author Ilya Kotov <forkotov02@hotmail.ru> @@ -129,6 +130,8 @@ class PlayList : public QWidget KeyboardManager* m_keyboardManager; QPointer <PlayListBrowser> m_pl_browser; PlayListSelector *m_pl_selector; + PlayListHeader *m_pl_header; + }; #endif |
