diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-08-18 17:14:29 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-08-18 17:14:29 +0000 |
| commit | fd267f4b545cfaa75ad3313ba7f9917cff88a6d8 (patch) | |
| tree | a4b070c6bca985d9e433e9a76402d945ebecb359 /src/plugins/Ui/skinned/playlistselector.h | |
| parent | 8ecee407dd4176549adfb2175dc9b491f9857b45 (diff) | |
| download | qmmp-fd267f4b545cfaa75ad3313ba7f9917cff88a6d8.tar.gz qmmp-fd267f4b545cfaa75ad3313ba7f9917cff88a6d8.tar.bz2 qmmp-fd267f4b545cfaa75ad3313ba7f9917cff88a6d8.zip | |
improved playlist selector
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2310 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Ui/skinned/playlistselector.h')
| -rw-r--r-- | src/plugins/Ui/skinned/playlistselector.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/Ui/skinned/playlistselector.h b/src/plugins/Ui/skinned/playlistselector.h index ddb03ce89..4729ed64c 100644 --- a/src/plugins/Ui/skinned/playlistselector.h +++ b/src/plugins/Ui/skinned/playlistselector.h @@ -30,6 +30,7 @@ class QFont; class QMouseEvent; class QMenu; class PlayListManager; +class PlayList; class Skin; /** @@ -73,6 +74,7 @@ private: QPixmap m_pixmap; bool m_showButtons; int m_offset, m_offset_max; + int m_dest_index; bool m_left_pressed, m_right_pressed; QString m_pl_separator; }; |
