Fixed a bug: the edit dialog fields were not cleared if an
[emufront] / src / dialogs / browsefilepathdialog.cpp
index 525a83c..be59e33 100644 (file)
@@ -52,3 +52,8 @@ void BrowseFilePathDialog::browseFilePath()
         if (d.path() != startPath) emit filePathUpdated();
     }
 }
+
+void BrowseFilePathDialog::clear()
+{
+    filePathLabel->clear();
+}