aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Ui/skinned/playlistheader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Ui/skinned/playlistheader.h')
-rw-r--r--src/plugins/Ui/skinned/playlistheader.h2
1 files changed, 2 insertions, 0 deletions
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 <QWidget>
+#include <QPixmap>
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;