Fixed a bug: the edit dialog fields were not cleared if an
[emufront] / src / dialogs / namedialog.h
index 0218efa..377ac9a 100644 (file)
@@ -42,6 +42,7 @@ protected slots:
 
 protected:
     virtual void setDataObject(QString name) =0;
+    virtual void clear();
     QLabel *nameLabel;
        QLineEdit *nameEdit;