diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-04-09 06:45:09 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-04-09 06:45:09 +0000 |
| commit | 8e25905b2a6782fd554f13d1b485a7fee3b33790 (patch) | |
| tree | df3ae9e38ea76f56dcb2e7c662ff1a7758bd8f22 /src/qmmpui/playlistheadermodel.h | |
| parent | cebd61b447dd01d358841b16ee7ec0536f032aaf (diff) | |
| download | qmmp-8e25905b2a6782fd554f13d1b485a7fee3b33790.tar.gz qmmp-8e25905b2a6782fd554f13d1b485a7fee3b33790.tar.bz2 qmmp-8e25905b2a6782fd554f13d1b485a7fee3b33790.zip | |
improved column editor behaviour
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4838 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/playlistheadermodel.h')
| -rw-r--r-- | src/qmmpui/playlistheadermodel.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qmmpui/playlistheadermodel.h b/src/qmmpui/playlistheadermodel.h index 67310a4ef..ac50d0842 100644 --- a/src/qmmpui/playlistheadermodel.h +++ b/src/qmmpui/playlistheadermodel.h @@ -41,7 +41,8 @@ public: void resize(int index, int size); void setAutoResize(int index); void move(int from, int to); - void execEditor(int index, QWidget *parent = 0); + void execEdit(int index, QWidget *parent = 0); + void execInsert(int index, QWidget *parent = 0); int count(); const MetaDataFormatter* titleFormatter(int index) const; |
