From 1f6160a64075eb689beedb3585dbdffeb2fc2373 Mon Sep 17 00:00:00 2001 From: duplo Date: Fri, 12 Dec 2008 10:26:24 +0000 Subject: [PATCH] Delete the not required lines git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2021 38d2e660-2303-0410-9eaa-f027e97ec537 --- wizard/BWizardPage.py | 3 --- 1 file changed, 3 deletions(-) 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) -- 2.25.1