From: duplo Date: Tue, 10 Feb 2009 11:58:37 +0000 (+0000) Subject: Add the _project() method that return the BProject instance X-Git-Tag: 2.1.0~347 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=38149a83f2db401fdbdbd8b63ee29d2c0de98f8e;p=bertos.git 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 --- 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"))