Some changes to core classes and files to support the test suite
This commit is contained in:
+2
-1
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user