diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-12-11 20:59:35 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-12-11 20:59:35 +0000 |
| commit | 1f28f1893ff9d75077d7d598044fcd5bc6ab3481 (patch) | |
| tree | 55fa34e302af129172bf606c46e0061d0c7188c9 /src/ui/listwidget.h | |
| parent | 44f8a54c0c7bda14ffebfed663a507312a28cbe8 (diff) | |
| download | qmmp-1f28f1893ff9d75077d7d598044fcd5bc6ab3481.tar.gz qmmp-1f28f1893ff9d75077d7d598044fcd5bc6ab3481.tar.bz2 qmmp-1f28f1893ff9d75077d7d598044fcd5bc6ab3481.zip | |
fixed playlist behaviour (patch by Avihay Baratz)(Closes issue 378)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2000 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/listwidget.h')
| -rw-r--r-- | src/ui/listwidget.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/listwidget.h b/src/ui/listwidget.h index 1d83d7b56..b630253ff 100644 --- a/src/ui/listwidget.h +++ b/src/ui/listwidget.h @@ -23,6 +23,7 @@ #include <QWidget> #include <QDir> #include <QContextMenuEvent> +#include <QPen> class QFont; class QFontMetrics; @@ -137,6 +138,7 @@ private: QFontMetrics *m_metrics; Skin *m_skin; QColor m_normal, m_current, m_normal_bg, m_selected_bg; + QPen m_anchor_pen_normal,m_anchor_pen_selected; int m_anchor_row; enum ScrollDirection |
