X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2FBWizardPage.py;h=d33c9cbad4d932c43ab11f681631cf4df2797bbc;hb=595b7ac4403cebcc30244eebc14b31e487d1da16;hp=dd031ed996a8665a3eb9da4f663c81ba9d38eb05;hpb=67e2ddd0e9a3aaf90b379a120ae5265dc82e6912;p=bertos.git diff --git a/wizard/BWizardPage.py b/wizard/BWizardPage.py index dd031ed9..d33c9cba 100644 --- a/wizard/BWizardPage.py +++ b/wizard/BWizardPage.py @@ -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