Fixed another issue introduced by the super() change.

Wed, 29 Jun 2011 08:01:51 +0200

author
detlev@die-offenbachs.de
date
Wed, 29 Jun 2011 08:01:51 +0200
changeset 1144
6185688709ff
parent 1143
39829e7673bc
child 1145
2a16484e65c2

Fixed another issue introduced by the super() change.

Project/ProjectBaseBrowser.py file | annotate | diff | comparison | revisions
--- a/Project/ProjectBaseBrowser.py	Tue Jun 28 20:03:43 2011 +0200
+++ b/Project/ProjectBaseBrowser.py	Wed Jun 29 08:01:51 2011 +0200
@@ -39,7 +39,7 @@
         @param type project browser type (string)
         @param parent parent widget of this browser
         """
-        super().__init__(parent)
+        QTreeView.__init__(self, parent)
         
         self.project = project
         

eric ide

mercurial