Modify the timout of the validation process and the result rapresentation
[bertos.git] / wizard / BWizardPage.py
index dd031ed996a8665a3eb9da4f663c81ba9d38eb05..d33c9cbad4d932c43ab11f681631cf4df2797bbc 100644 (file)
@@ -32,4 +32,7 @@ class BWizardPage(QWizardPage):
         QApplication.instance().project.setInfo(key, value)
     
     def _projectInfoRetrieve(self, key):
-        return QApplication.instance().project.setInfo(key)
\ No newline at end of file
+        return QApplication.instance().project.info(key)
+    
+    def reloadData(self):
+        pass
\ No newline at end of file