From 555165e35704240335bd7d7ea4af6c66bee8d73b Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 13 Apr 2015 13:23:04 +0000 Subject: skinned: added sorting arrows git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4846 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Ui/skinned/playlistheader.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/plugins/Ui/skinned/playlistheader.h') diff --git a/src/plugins/Ui/skinned/playlistheader.h b/src/plugins/Ui/skinned/playlistheader.h index 393856d1f..b43e2c962 100644 --- a/src/plugins/Ui/skinned/playlistheader.h +++ b/src/plugins/Ui/skinned/playlistheader.h @@ -22,6 +22,7 @@ #define PLAYLISTHEADER_H #include +#include class QFontMetrics; class QFont; @@ -74,6 +75,7 @@ private: QPoint m_mouse_pos; PlayListHeaderModel *m_model; QAction *m_autoResize; + QPixmap m_arrow_up, m_arrow_down; bool m_show_number; bool m_align_numbres; int m_number_width; -- cgit v1.2.3-13-gbd6f