Change the name of the method that return a BProject instance copy
authorduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 28 Jan 2009 14:35:00 +0000 (14:35 +0000)
committerduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 28 Jan 2009 14:35:00 +0000 (14:35 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2239 38d2e660-2303-0410-9eaa-f027e97ec537

wizard/BWizard.py

index d9dc4994a9660e46b1cc8ef9a9e17af0bf10c2f5..23f05a096bcbd32eb40f3d9eb888fa46fffee84e 100644 (file)
@@ -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