aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/playlistheadermodel.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2015-04-10 09:16:00 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2015-04-10 09:16:00 +0000
commit76f1c92734c5a4b9432b07eb182c6e96908a29b0 (patch)
treee60f1404d267a30cf38d6c5db776b38c7a371a3d /src/qmmpui/playlistheadermodel.h
parent33f541d7924b14e2cc911f2f32669d52688b5cb5 (diff)
downloadqmmp-76f1c92734c5a4b9432b07eb182c6e96908a29b0.tar.gz
qmmp-76f1c92734c5a4b9432b07eb182c6e96908a29b0.tar.bz2
qmmp-76f1c92734c5a4b9432b07eb182c6e96908a29b0.zip
refactoring and some optimizations
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4842 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/playlistheadermodel.h')
-rw-r--r--src/qmmpui/playlistheadermodel.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/qmmpui/playlistheadermodel.h b/src/qmmpui/playlistheadermodel.h
index ac50d0842..be84aafae 100644
--- a/src/qmmpui/playlistheadermodel.h
+++ b/src/qmmpui/playlistheadermodel.h
@@ -52,11 +52,12 @@ public:
int autoResizeColumn() const;
signals:
- void inserted(int index);
- void removed(int index);
- void changed(int index);
- void resized(int index);
- void moved(int from, int to);
+ void columnAdded(int index);
+ void columnRemoved(int index);
+ void columnChanged(int index);
+ void columnResized(int index);
+ void columnMoved(int from, int to);
+ void headerChanged();
private:
void sync();