X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2FBVersionPage.py;h=452e8a947309637d75906199b3ae0674894157e8;hb=7d1bd872093cb333c4ff716192b2b5ecc01027f2;hp=8842289d9aec4bb5cb4199f44946a9df02df266b;hpb=056aea92013907f6485a499b511cc0ef81c38a4d;p=bertos.git diff --git a/wizard/BVersionPage.py b/wizard/BVersionPage.py index 8842289d..452e8a94 100644 --- a/wizard/BVersionPage.py +++ b/wizard/BVersionPage.py @@ -69,6 +69,14 @@ 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) ####