Add test for the main error handler

This commit is contained in:
Veronica K. B. Olsen
2020-09-19 13:06:58 +02:00
parent e9fd293689
commit 365e2676fb
7 changed files with 70 additions and 5 deletions
+3
View File
@@ -74,6 +74,9 @@ class GuiMain(QMainWindow):
self.mainConf.verPyString, self.mainConf.verPyHexVal)
)
# Debug Tools
self.activeDialog = None
# Core Classes and settings
self.theTheme = GuiTheme(self)
self.theProject = NWProject(self)