Add the application QSettings
[bertos.git] / wizard / bertos.py
index 627e93aeec2d3a260c4e7c1bc19bf0f091f935d4..78a42b0844f6302575ebf7c9ee6be6a20ff3604e 100644 (file)
@@ -17,6 +17,7 @@ import BVersionPage
 
 def main():
     app = QApplication(sys.argv)
+    app.settings = QSettings("Develer", "Bertos Configurator")
     QResource.registerResource("bertos.rcc")
     startPage = BStartPage.BStartPage()
     wizard = QWizard()