Minor fix.
[bertos.git] / wizard / BWizardPage.py
index 5c4b4bb9650f42d4dd1da35376d26bf7625c03c8..f6aeac67eeba83f9f7d1a3cdfa69a03b0d4fa058 100644 (file)
@@ -28,7 +28,6 @@
 #
 # Copyright 2008 Develer S.r.l. (http://www.develer.com/)
 #
 #
 # Copyright 2008 Develer S.r.l. (http://www.develer.com/)
 #
-# $Id$
 #
 # Author: Lorenzo Berni <duplo@develer.com>
 #
 #
 # Author: Lorenzo Berni <duplo@develer.com>
 #
@@ -85,6 +84,7 @@ class BWizardPage(QWizardPage):
         """
         return QApplication.instance().project.info(key)
     
         """
         return QApplication.instance().project.info(key)
     
+    @property
     def project(self):
         """
         Returns the BProject instance.
     def project(self):
         """
         Returns the BProject instance.
@@ -184,7 +184,7 @@ class BWizardPage(QWizardPage):
     
     ## Methodo to be implemented in child classes when needed ##
     
     
     ## 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.
         """
         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
     
         """
         pass
     
-    ####
\ No newline at end of file
+    ####