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/templateeditor.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/qmmpui/templateeditor.h') diff --git a/src/qmmpui/templateeditor.h b/src/qmmpui/templateeditor.h index 04b7bef18..1bf3aac1d 100644 --- a/src/qmmpui/templateeditor.h +++ b/src/qmmpui/templateeditor.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2010 by Ilya Kotov * + * Copyright (C) 2010-2017 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -26,8 +26,6 @@ namespace Ui { class TemplateEditor; } -class QAction; - /*! @brief The TemplateEditor class provides simple template editor dialog. * @author Ilya Kotov @@ -66,7 +64,6 @@ public: const QString &default_template = QString(), bool *ok = 0); private slots: - void insertExpression(QAction *a); void on_resetButton_clicked(); private: -- cgit v1.2.3-13-gbd6f