Remove the last slash in the folder name and add a qstring->unicode conversion of...
[bertos.git] / wizard / BWizardPage.py
index f7b60c37309599b25a3afd6ae4d30e8784a968cd..7f7039af97ebe6a4cda766334cf00d12840cb793 100644 (file)
@@ -13,10 +13,7 @@ from PyQt4.QtCore import *
 from PyQt4.QtGui import *
 from PyQt4 import uic
 
-if PYQT_VERSION_STR > "4.4.3":
-    import qvariant_converter_new as qvariant_converter
-else:
-    import qvariant_converter_old as qvariant_converter
+import qvariant_converter
 
 class BWizardPage(QWizardPage):
     
@@ -64,4 +61,7 @@ class BWizardPage(QWizardPage):
         self._settingsStore("toolchains", qvariant_converter.convertBoolDict(toolchains))
     
     def reloadData(self):
+        pass
+    
+    def saveData(self):
         pass
\ No newline at end of file