diff options
Diffstat (limited to 'src/plugins/General/converter/preseteditor.h')
| -rw-r--r-- | src/plugins/General/converter/preseteditor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/converter/preseteditor.h b/src/plugins/General/converter/preseteditor.h index c9dabc8f7..98786747c 100644 --- a/src/plugins/General/converter/preseteditor.h +++ b/src/plugins/General/converter/preseteditor.h @@ -36,7 +36,7 @@ class PresetEditor : public QDialog Q_OBJECT public: - explicit PresetEditor(const QVariantMap &data, QWidget *parent = 0); + explicit PresetEditor(const QVariantMap &data, QWidget *parent = nullptr); virtual ~PresetEditor(); const QVariantMap data() const; |
