UI/BrowserSortFilterProxyModel.py

changeset 3591
2f2a4a76dd22
parent 3178
f25fc1364c88
child 3656
441956d8fce5
--- a/UI/BrowserSortFilterProxyModel.py	Sat May 17 19:58:49 2014 +0200
+++ b/UI/BrowserSortFilterProxyModel.py	Sun May 18 14:13:09 2014 +0200
@@ -41,7 +41,7 @@
         
     def lessThan(self, left, right):
         """
-        Protected method used to sort the displayed items.
+        Public method used to sort the displayed items.
         
         It implements a special sorting function that takes into account,
         if folders should be shown first, and that __init__ is always the first
@@ -87,7 +87,7 @@
 
     def filterAcceptsRow(self, source_row, source_parent):
         """
-        Protected method to filter rows.
+        Public method to filter rows.
         
         It implements a filter to suppress the display of non public
         classes, methods and attributes.

eric ide

mercurial