diff options
Diffstat (limited to 'src/qmmpui/templateeditor.h')
| -rw-r--r-- | src/qmmpui/templateeditor.h | 5 |
1 files changed, 1 insertions, 4 deletions
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 <forkotov02@hotmail.ru> @@ -66,7 +64,6 @@ public: const QString &default_template = QString(), bool *ok = 0); private slots: - void insertExpression(QAction *a); void on_resetButton_clicked(); private: |
