aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/converter/preseteditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/converter/preseteditor.h')
-rw-r--r--src/plugins/General/converter/preseteditor.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/General/converter/preseteditor.h b/src/plugins/General/converter/preseteditor.h
index 07bf2087f..babf2a028 100644
--- a/src/plugins/General/converter/preseteditor.h
+++ b/src/plugins/General/converter/preseteditor.h
@@ -36,10 +36,9 @@ class PresetEditor : public QDialog
Q_OBJECT
public:
- explicit PresetEditor(const QString &name, const QVariantMap &data, QWidget *parent = 0);
+ explicit PresetEditor(const QVariantMap &data, QWidget *parent = 0);
virtual ~PresetEditor();
- const QString name() const;
const QVariantMap data() const;
private: