From 38149a83f2db401fdbdbd8b63ee29d2c0de98f8e Mon Sep 17 00:00:00 2001 From: duplo Date: Tue, 10 Feb 2009 11:58:37 +0000 Subject: [PATCH] Add the _project() method that return the BProject instance git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2335 38d2e660-2303-0410-9eaa-f027e97ec537 --- wizard/BWizardPage.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wizard/BWizardPage.py b/wizard/BWizardPage.py index dd1ccc95..81737e34 100644 --- a/wizard/BWizardPage.py +++ b/wizard/BWizardPage.py @@ -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")) -- 2.25.1