Fixed a bug: the edit dialog fields were not cleared if an
[emufront] / src / dialogs / dbobjectdialog.cpp
index 6799744..46e0ca1 100644 (file)
@@ -317,10 +317,10 @@ void DbObjectDialog::hideColumns()
         objectList->hideColumn(c);
 }
 
+/* Enables UI. Deletes nameDialog object and current data object */
 void DbObjectDialog::closeEvent(QCloseEvent *ev)
 {
     qDebug() << "DbObjectDialog closing!";
     setUIEnabled(true);
     cleanUp();
 }
-