Group methods in classes in topics
[bertos.git] / wizard / BFinalPage.py
index af690eeb0e2332bd84d2ec25d17d5198d4519e2b..7eda6f572eeb7addccabae8b6d6e1a0d8307d308 100644 (file)
@@ -26,6 +26,8 @@ class BFinalPage(BWizardPage):
     def __init__(self):
         BWizardPage.__init__(self, UI_LOCATION + "/final_page.ui")
         self.setTitle(self.tr("Project created successfully"))
+    
+    ## Overloaded BWizardPage methods ##
         
     def reloadData(self):
         """
@@ -33,4 +35,6 @@ class BFinalPage(BWizardPage):
         """
         QApplication.instance().setOverrideCursor(Qt.WaitCursor)
         bertos_utils.createBertosProject(self.wizard().project())
-        QApplication.instance().restoreOverrideCursor()
\ No newline at end of file
+        QApplication.instance().restoreOverrideCursor()
+    
+    ####
\ No newline at end of file