Use self.project() as readonly property
[bertos.git] / wizard / BWizardPage.py
index 5c4b4bb9650f42d4dd1da35376d26bf7625c03c8..b7ffe1f51e96a2fb76e431935cc806973c20a8b2 100644 (file)
@@ -85,6 +85,7 @@ class BWizardPage(QWizardPage):
         """
         return QApplication.instance().project.info(key)
     
+    @property
     def project(self):
         """
         Returns the BProject instance.
@@ -207,4 +208,4 @@ class BWizardPage(QWizardPage):
         """
         pass
     
-    ####
\ No newline at end of file
+    ####