Fixed a bug: the edit dialog fields were not cleared if an
[emufront] / src / dialogs / dataobjecteditdialog.h
index e54b79e..cc2f517 100644 (file)
@@ -41,6 +41,7 @@ protected:
     QDialogButtonBox *buttonBox;
     void setSelected(QComboBox*, const EmuFrontObject*, int idIndex);
     virtual void closeEvent(QCloseEvent *);
+    virtual void clear() = 0;
 
 signals:
     void updateRejected();