X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2FBWizardPage.py;h=f6aeac67eeba83f9f7d1a3cdfa69a03b0d4fa058;hb=fb5863ca8d0db3ff2e84721f7c902b031157ebb0;hp=5c4b4bb9650f42d4dd1da35376d26bf7625c03c8;hpb=89e170783dcac57b969ed80881c307b4a5a88584;p=bertos.git diff --git a/wizard/BWizardPage.py b/wizard/BWizardPage.py index 5c4b4bb9..f6aeac67 100644 --- a/wizard/BWizardPage.py +++ b/wizard/BWizardPage.py @@ -28,7 +28,6 @@ # # Copyright 2008 Develer S.r.l. (http://www.develer.com/) # -# $Id$ # # Author: Lorenzo Berni # @@ -85,6 +84,7 @@ class BWizardPage(QWizardPage): """ return QApplication.instance().project.info(key) + @property def project(self): """ Returns the BProject instance. @@ -184,7 +184,7 @@ class BWizardPage(QWizardPage): ## Methodo to be implemented in child classes when needed ## - def reloadData(self): + def reloadData(self, previous_id=None): """ Method called before the page is loaded. The pages that need to use this method have to implement it. @@ -207,4 +207,4 @@ class BWizardPage(QWizardPage): """ pass - #### \ No newline at end of file + ####