diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-08-29 18:52:55 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-08-29 18:52:55 +0000 |
| commit | 40461745dd60d98391959ceca8178a24426cfb52 (patch) | |
| tree | 89411791adb10c590fd8eeafd322d968d72ec43c /src/plugins/Ui/skinned/playlistselector.h | |
| parent | 32b643c3487be940ec4fa83ed3d6a4cb0800e87a (diff) | |
| download | qmmp-40461745dd60d98391959ceca8178a24426cfb52.tar.gz qmmp-40461745dd60d98391959ceca8178a24426cfb52.tar.bz2 qmmp-40461745dd60d98391959ceca8178a24426cfb52.zip | |
improved playlist selector
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2321 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Ui/skinned/playlistselector.h')
| -rw-r--r-- | src/plugins/Ui/skinned/playlistselector.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/Ui/skinned/playlistselector.h b/src/plugins/Ui/skinned/playlistselector.h index 4729ed64c..580e0dc80 100644 --- a/src/plugins/Ui/skinned/playlistselector.h +++ b/src/plugins/Ui/skinned/playlistselector.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2009-2010 by Ilya Kotov * + * Copyright (C) 2009-2011 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -73,9 +73,9 @@ private: QColor m_normal, m_current, m_normal_bg, m_selected_bg; QPixmap m_pixmap; bool m_showButtons; - int m_offset, m_offset_max; - int m_dest_index; - bool m_left_pressed, m_right_pressed; + int m_offset, m_offset_max, m_press_offset; + bool m_moving, m_left_pressed, m_right_pressed; + QPoint m_mouse_pos; QString m_pl_separator; }; |
