Fixed FileLogger

This commit is contained in:
Jaime van Kessel 2014-11-17 13:57:39 +01:00
parent 3433597aac
commit 0c82cb92b5

View file

@ -10,7 +10,7 @@ class PrinterApplication(QtApplication):
self._plugin_registry.loadPlugins({ "type": "StorageDevice" }) self._plugin_registry.loadPlugins({ "type": "StorageDevice" })
self._plugin_registry.loadPlugins({ "type": "View" }) self._plugin_registry.loadPlugins({ "type": "View" })
self._plugin_registry.loadPlugins({ "type": "MeshHandler" }) self._plugin_registry.loadPlugins({ "type": "MeshHandler" })
self._plugin_registry.loadPlugins({ "type": "Logging"} self._plugin_registry.loadPlugins({ "type": "Logging"})
self.getController().setActiveView("MeshView") self.getController().setActiveView("MeshView")