From 1bc5d8506515c886c2e638e93cff63677e8ca778 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 9 Mar 2015 13:37:45 +0000 Subject: added feature to add/remove columns git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4776 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Ui/skinned/playlistheader.h | 3 +++ 1 file changed, 3 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 ef4b5298a..3282e3b98 100644 --- a/src/plugins/Ui/skinned/playlistheader.h +++ b/src/plugins/Ui/skinned/playlistheader.h @@ -47,6 +47,9 @@ public: private slots: void updateSkin(); + void addColumn(); + void editColumn(); + void removeColumn(); private: void mousePressEvent(QMouseEvent *e); -- cgit v1.2.3-13-gbd6f