aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Ui/skinned/playlistheader.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2015-04-08 12:02:09 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2015-04-08 12:02:09 +0000
commit0232f6c6cecd7116f3429103fb75bd1609dbe221 (patch)
tree71d7637169749cc030865dbb81d9978cc7f1b2df /src/plugins/Ui/skinned/playlistheader.h
parent3f0ae181b1e8d2cc7b6ec137fa7d0ff99545330f (diff)
downloadqmmp-0232f6c6cecd7116f3429103fb75bd1609dbe221.tar.gz
qmmp-0232f6c6cecd7116f3429103fb75bd1609dbe221.tar.bz2
qmmp-0232f6c6cecd7116f3429103fb75bd1609dbe221.zip
fixed some bugs
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4830 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Ui/skinned/playlistheader.h')
-rw-r--r--src/plugins/Ui/skinned/playlistheader.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/plugins/Ui/skinned/playlistheader.h b/src/plugins/Ui/skinned/playlistheader.h
index 421d344a3..393856d1f 100644
--- a/src/plugins/Ui/skinned/playlistheader.h
+++ b/src/plugins/Ui/skinned/playlistheader.h
@@ -28,6 +28,7 @@ class QFont;
class QMouseEvent;
class QContextMenuEvent;
class QMenu;
+class QAction;
class Skin;
class PlayListHeaderModel;
@@ -50,6 +51,7 @@ private slots:
void addColumn();
void editColumn();
void removeColumn();
+ void setAutoResize(bool yes);
private:
void mousePressEvent(QMouseEvent *e);
@@ -70,7 +72,8 @@ private:
QStringList m_names;
QPoint m_pressed_pos;
QPoint m_mouse_pos;
- PlayListHeaderModel *m_manager;
+ PlayListHeaderModel *m_model;
+ QAction *m_autoResize;
bool m_show_number;
bool m_align_numbres;
int m_number_width;