diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-04-10 18:38:41 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-04-10 18:38:41 +0000 |
| commit | 12fefde04874839dc300a1a53b1a65422d102a98 (patch) | |
| tree | 6e5c15c96e0a68d8ce6829561b44b18a20e7b27c /src/qmmpui/templateeditor.h | |
| parent | bb1da332b9a71f59e22b1a9dae42e072e7e32bec (diff) | |
| download | qmmp-12fefde04874839dc300a1a53b1a65422d102a98.tar.gz qmmp-12fefde04874839dc300a1a53b1a65422d102a98.tar.bz2 qmmp-12fefde04874839dc300a1a53b1a65422d102a98.zip | |
added MetaDataFormatterMenu class
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7114 90c681e8-e032-0410-971d-27865f9a5e38
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: |
