Some changes to core classes and files to support the test suite

This commit is contained in:
Veronica K. B. Olsen
2019-05-12 13:29:41 +02:00
parent 223db59e3d
commit edab608c3b
3 changed files with 16 additions and 9 deletions
+2 -1
View File
@@ -106,7 +106,8 @@ class GuiMain(QMainWindow):
self.asDocTimer.timeout.connect(self._autoSaveDocument)
self.asDocTimer.start()
self.show()
if self.mainConf.showGUI:
self.show()
logger.debug("GUI initialisation complete")