diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-06-28 13:37:01 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-06-28 13:37:01 +0000 |
| commit | e985da53de9c3fd3a15e562bf9cbb11269860930 (patch) | |
| tree | 9288d21198e6783ac747fe02710125dd23dd382b /src/plugins/Ui/skinned/playlistheader.h | |
| parent | b7d298e255c8dd22e3e6e5544603ace50800aced (diff) | |
| download | qmmp-e985da53de9c3fd3a15e562bf9cbb11269860930.tar.gz qmmp-e985da53de9c3fd3a15e562bf9cbb11269860930.tar.bz2 qmmp-e985da53de9c3fd3a15e562bf9cbb11269860930.zip | |
skinned: changed playlist behaviour
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@5186 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Ui/skinned/playlistheader.h')
| -rw-r--r-- | src/plugins/Ui/skinned/playlistheader.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/Ui/skinned/playlistheader.h b/src/plugins/Ui/skinned/playlistheader.h index 683d24488..6ef3e4825 100644 --- a/src/plugins/Ui/skinned/playlistheader.h +++ b/src/plugins/Ui/skinned/playlistheader.h @@ -65,7 +65,6 @@ private slots: void setAutoResize(bool yes); void restoreSize(); void onColumnAdded(int index); - void onColumnMoved(int from, int to); private: void mousePressEvent(QMouseEvent *e); @@ -78,7 +77,6 @@ private: int findColumn(QPoint pos); int size(int index) const; void setSize(int index, int size); - int minSize(int index) const; const QString name(int index) const; void writeSettings(); @@ -86,7 +84,6 @@ private: { NAME = 0, SIZE, - MIN_SIZE, RECT, //geometry AUTO_RESIZE }; |
