Export GUI ready

This commit is contained in:
Veronica K. B. Olsen
2019-10-18 19:02:28 +02:00
parent 1d9c4e1e49
commit a5ad2335de
4 changed files with 204 additions and 19 deletions
+1
View File
@@ -282,6 +282,7 @@ class GuiConfigEditGeneral(QWidget):
if newDir:
self.projBackupPath.setText(newDir)
return True
return False
# END Class GuiConfigEditGeneral