Add the _project() method that return the BProject instance
[bertos.git] / wizard / BWizardPage.py
index dd1ccc95466b3fbf37f20c4c0b90e82ecd9bcdf0..81737e34249b34652f9810d2dc21e89486fcae27 100644 (file)
@@ -38,6 +38,9 @@ class BWizardPage(QWizardPage):
     
     def _projectInfoRetrieve(self, key):
         return QApplication.instance().project.info(key)
+    
+    def _project(self):
+        return QApplication.instance().project
 
     def versions(self):
         return qvariant_converter.getStringList(self._settingsRetrieve("versions"))