diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-03-09 16:02:11 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-03-09 16:02:11 +0000 |
| commit | 9d58090082a534b4bcd8e9c7230ca676599f13cc (patch) | |
| tree | 01db30554883fcbe55dfc94782e782ea6a07691f /src/qmmpui/columneditor_p.h | |
| parent | b2c706251bbc05d58362fa140bd89b8de451a45c (diff) | |
| download | qmmp-9d58090082a534b4bcd8e9c7230ca676599f13cc.tar.gz qmmp-9d58090082a534b4bcd8e9c7230ca676599f13cc.tar.bz2 qmmp-9d58090082a534b4bcd8e9c7230ca676599f13cc.zip | |
improved column editor
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4782 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/columneditor_p.h')
| -rw-r--r-- | src/qmmpui/columneditor_p.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qmmpui/columneditor_p.h b/src/qmmpui/columneditor_p.h index 4d5dc18e6..dc6a2815c 100644 --- a/src/qmmpui/columneditor_p.h +++ b/src/qmmpui/columneditor_p.h @@ -43,6 +43,7 @@ public: private slots: void insertExpression(QAction *a); void on_comboBox_activated(int index); + void on_formatLineEdit_textChanged(const QString &text); private: void createMenu(); |
