Delete the not required lines
authorduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 12 Dec 2008 10:26:24 +0000 (10:26 +0000)
committerduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 12 Dec 2008 10:26:24 +0000 (10:26 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2021 38d2e660-2303-0410-9eaa-f027e97ec537

wizard/BWizardPage.py

index 699dd9dcbbc71c3e667910d59a4777b1769e3f67..4233fc5baf8e3d559e52f6119bc61cce5192e6bc 100644 (file)
@@ -17,9 +17,6 @@ class BWizardPage(QWizardPage):
     
     def __init__(self, wizardGui, parent = None):
         QWizardPage.__init__(self, parent)
     
     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)
         self.pageContent = uic.loadUi(wizardGui, None)
         layout = QVBoxLayout()
         layout.addWidget(self.pageContent)