diff options
Diffstat (limited to 'src/qmmpui/columneditor_p.h')
| -rw-r--r-- | src/qmmpui/columneditor_p.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qmmpui/columneditor_p.h b/src/qmmpui/columneditor_p.h index dc6a2815c..931b65955 100644 --- a/src/qmmpui/columneditor_p.h +++ b/src/qmmpui/columneditor_p.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2015 by Ilya Kotov * + * Copyright (C) 2015-2017 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -41,7 +41,7 @@ public: QString pattern() const; private slots: - void insertExpression(QAction *a); + void insertExpression(const QString &str); void on_comboBox_activated(int index); void on_formatLineEdit_textChanged(const QString &text); |
