E5Gui/E5TreeSortFilterProxyModel.py

changeset 2990
583beaf0b4b8
parent 2302
f29e9405c851
child 3057
10516539f238
child 3160
209a07d7e401
--- a/E5Gui/E5TreeSortFilterProxyModel.py	Sun Oct 06 19:14:26 2013 +0200
+++ b/E5Gui/E5TreeSortFilterProxyModel.py	Sun Oct 06 19:45:29 2013 +0200
@@ -40,7 +40,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