From 5bd6e143423ef44be2b203f7480b821b0a920dba Mon Sep 17 00:00:00 2001 From: duplo Date: Wed, 28 Jan 2009 14:35:00 +0000 Subject: [PATCH] Change the name of the method that return a BProject instance copy git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2239 38d2e660-2303-0410-9eaa-f027e97ec537 --- wizard/BWizard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wizard/BWizard.py b/wizard/BWizard.py index d9dc4994..23f05a09 100644 --- a/wizard/BWizard.py +++ b/wizard/BWizard.py @@ -50,5 +50,5 @@ class BWizard(QWizard): if page is not None: page.reloadData() - def _project(self): + def project(self): return copy.deepcopy(QApplication.instance().project) \ No newline at end of file -- 2.25.1