aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/converter/preseteditor.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2011-10-10 20:00:44 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2011-10-10 20:00:44 +0000
commit4d9261bf04a49e149f92705fe2e72309ff048c51 (patch)
tree7063c413b4574e6d8aaa49bf38d62b16cb843117 /src/plugins/General/converter/preseteditor.h
parentb95c9bd09245efe50741b806ca8ae7d7970b221a (diff)
downloadqmmp-4d9261bf04a49e149f92705fe2e72309ff048c51.tar.gz
qmmp-4d9261bf04a49e149f92705fe2e72309ff048c51.tar.bz2
qmmp-4d9261bf04a49e149f92705fe2e72309ff048c51.zip
converter: added menu to preset editor
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2390 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/converter/preseteditor.h')
-rw-r--r--src/plugins/General/converter/preseteditor.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/General/converter/preseteditor.h b/src/plugins/General/converter/preseteditor.h
index babf2a028..22df959e3 100644
--- a/src/plugins/General/converter/preseteditor.h
+++ b/src/plugins/General/converter/preseteditor.h
@@ -41,7 +41,11 @@ public:
const QVariantMap data() const;
+private slots:
+ void addCommandString(QAction *);
+
private:
+ void createMenus();
Ui::PresetEditor *m_ui;
};