E5Gui/E5TreeSortFilterProxyModel.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2525
8b507a9a2d40
parent 2990
583beaf0b4b8
child 3145
a9de05d4a22f
diff -r 9986ec0e559a -r 10516539f238 E5Gui/E5TreeSortFilterProxyModel.py
--- a/E5Gui/E5TreeSortFilterProxyModel.py	Tue Oct 15 22:03:54 2013 +0200
+++ b/E5Gui/E5TreeSortFilterProxyModel.py	Fri Oct 18 23:00:41 2013 +0200
@@ -42,7 +42,8 @@
         if self.sourceModel().hasChildren(idx):
             return True
         
-        return QSortFilterProxyModel.filterAcceptsRow(self, sourceRow, sourceParent)
+        return QSortFilterProxyModel.filterAcceptsRow(
+            self, sourceRow, sourceParent)
     
     def hasChildren(self, parent=QModelIndex()):
         """

eric ide

mercurial