X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2FBVersionPage.py;h=23f6fb01b299efac4cb2848238fca03deedd31d4;hb=c5e8d9f38c306b38703845124dc9c26fc13f8755;hp=680577c53f245e86ea7cae1509a38f727428b392;hpb=aaffb06de68111e0efd1a353fb2510ff816d7872;p=bertos.git diff --git a/wizard/BVersionPage.py b/wizard/BVersionPage.py index 680577c5..23f6fb01 100644 --- a/wizard/BVersionPage.py +++ b/wizard/BVersionPage.py @@ -69,14 +69,6 @@ class BVersionPage(BWizardPage): return True else: return False - - def nextId(self): - """ - Overload of the QWizard nextId method. - """ - # Pick up the class stored into the project in the 'folder' step - page_class = self.projectInfo("ROUTE") - return self.wizard().pageIndex(page_class) ####