diff options
Diffstat (limited to 'src/ui/listwidget.h')
| -rw-r--r-- | src/ui/listwidget.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ui/listwidget.h b/src/ui/listwidget.h index 7c581f4ce..d17b380c2 100644 --- a/src/ui/listwidget.h +++ b/src/ui/listwidget.h @@ -33,6 +33,9 @@ class PlayListModel; class Skin; class PlayListItem; class MediaPlayer; +namespace PlayListPopup{ +class PopupWidget; +} /** @author Ilya Kotov <forkotov02@hotmail.ru> @@ -148,6 +151,7 @@ private: bool m_show_protocol; bool m_show_number; MediaPlayer *m_player; + PlayListPopup::PopupWidget *m_popupWidget; }; #endif |
