CodeLite: enlarge the delay to attach gdb to the debugger socket.
[bertos.git] / wizard / BOpenPage.py
index c9469dbcb10e11d4313b0fe156ba11e5226bc42e..bf2b5ea618c6e2705890a27d42cb599e518e6ddf 100644 (file)
@@ -57,6 +57,9 @@ class BOpenPage(BWizardPage):
     ## Overloaded BWizardPage methods ##
     
     def reloadData(self):
+        """
+        Overload of the BWizardPage reloadData method.
+        """
         project = unicode(QFileDialog.getOpenFileName(self, self.tr("Open project file"), os.path.expanduser("~"), self.tr("Project file (project.bertos)")))
         if project == "":
             QApplication.instance().quit()