diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-04-27 08:54:28 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-04-27 08:54:28 +0000 |
| commit | 6c13864b0700c4e8cdec5113bf7598871f8cdf64 (patch) | |
| tree | f44a2eab139527a939cfa1e7dc0bf03e9583b909 /src/plugins/Ui/skinned/playlistheader.h | |
| parent | 17437f15475a17a479724ef8ae8f8cf75f7a3573 (diff) | |
| download | qmmp-6c13864b0700c4e8cdec5113bf7598871f8cdf64.tar.gz qmmp-6c13864b0700c4e8cdec5113bf7598871f8cdf64.tar.bz2 qmmp-6c13864b0700c4e8cdec5113bf7598871f8cdf64.zip | |
added feature to restore column size
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4861 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Ui/skinned/playlistheader.h')
| -rw-r--r-- | src/plugins/Ui/skinned/playlistheader.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/Ui/skinned/playlistheader.h b/src/plugins/Ui/skinned/playlistheader.h index c096b29af..7bf07f741 100644 --- a/src/plugins/Ui/skinned/playlistheader.h +++ b/src/plugins/Ui/skinned/playlistheader.h @@ -57,6 +57,7 @@ private slots: void editColumn(); void removeColumn(); void setAutoResize(bool yes); + void restoreSize(); private: void mousePressEvent(QMouseEvent *e); |
