Changed the way creating new, and closing projects is done to make it more roubust

This commit is contained in:
Veronica K. B. Olsen
2019-05-24 00:37:45 +02:00
parent 85a09f936e
commit ad79b60961
9 changed files with 255 additions and 39 deletions
+4
View File
@@ -44,4 +44,8 @@ class GuiDocViewer(QTextBrowser):
return
def clearViewer(self):
self.clear()
return True
# END Class GuiDocViewer