From 12fefde04874839dc300a1a53b1a65422d102a98 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 10 Apr 2017 18:38:41 +0000 Subject: added MetaDataFormatterMenu class git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7114 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/columneditor_p.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/qmmpui/columneditor_p.h') 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); -- cgit v1.2.3-13-gbd6f