From: duplo Date: Fri, 12 Dec 2008 10:26:24 +0000 (+0000) Subject: Delete the not required lines X-Git-Tag: 2.1.0~661 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=1f6160a64075eb689beedb3585dbdffeb2fc2373;p=bertos.git Delete the not required lines git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2021 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/wizard/BWizardPage.py b/wizard/BWizardPage.py index 699dd9dc..4233fc5b 100644 --- a/wizard/BWizardPage.py +++ b/wizard/BWizardPage.py @@ -17,9 +17,6 @@ class BWizardPage(QWizardPage): def __init__(self, wizardGui, parent = None): QWizardPage.__init__(self, parent) - # TODO: see why this function call is needed for display the - # application icons... - uic.loadUiType(wizardGui) self.pageContent = uic.loadUi(wizardGui, None) layout = QVBoxLayout() layout.addWidget(self.pageContent)