From: duplo Date: Thu, 30 Apr 2009 18:29:24 +0000 (+0000) Subject: Add comment X-Git-Tag: 2.2.0~282 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=2b25de0b81b976e4068db83b4301fdd1a7571204;p=bertos.git Add comment git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2683 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/wizard/BOpenPage.py b/wizard/BOpenPage.py index c9469dbc..bf2b5ea6 100644 --- a/wizard/BOpenPage.py +++ b/wizard/BOpenPage.py @@ -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()