Read/write preferences on application start/end

This commit is contained in:
Arjen Hiemstra 2015-03-11 18:10:08 +01:00
parent 69d2db05b7
commit 80ca571cea

View File

@ -99,8 +99,6 @@ class PrinterApplication(QtApplication):
self.exec_()
self.saveMachines()
def registerObjects(self, engine):
engine.rootContext().setContextProperty('Printer', self)