diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-11-23 20:39:29 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-11-23 20:39:29 +0000 |
| commit | 7b17a2848b62d30f25771529566a61f4dd40131e (patch) | |
| tree | d1e092f1521fb13fe1521a150256b1fd7468e5cb /src/ui/listwidget.h | |
| parent | 8d4b6b5dcbf3858084307285800f383ce61f8579 (diff) | |
| download | qmmp-7b17a2848b62d30f25771529566a61f4dd40131e.tar.gz qmmp-7b17a2848b62d30f25771529566a61f4dd40131e.tar.bz2 qmmp-7b17a2848b62d30f25771529566a61f4dd40131e.zip | |
added popup information
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1399 90c681e8-e032-0410-971d-27865f9a5e38
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 |
