diff options
Diffstat (limited to 'src/plugins/General/converter/preseteditor.h')
| -rw-r--r-- | src/plugins/General/converter/preseteditor.h | 4 |
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; }; |
