Add new parameter to reloadData method (an integer containing the id of the previous...
[bertos.git] / wizard / BBoardPage.py
index fdad680ba4ec83e983e46b6765fb7782ba4e855a..843562a7b72b139da864adea6c417f3767b77c5d 100644 (file)
@@ -98,7 +98,7 @@ class BBoardPage(BWizardPage):
         self.connect(self.pageContent.boardList, SIGNAL("currentItemChanged(QListWidgetItem*,QListWidgetItem*)"), self, SIGNAL("completeChanged()"))
         self.connect(self.pageContent.customButton, SIGNAL("clicked()"), self.customButtonClicked)
 
-    def reloadData(self):
+    def reloadData(self, previous_id=None):
         """
         Overload of the BWizardPage reloadData method.
         """