Project/ProjectBrowserSortFilterProxyModel.py

changeset 3591
2f2a4a76dd22
parent 3178
f25fc1364c88
child 3621
15f23ed3f216
--- a/Project/ProjectBrowserSortFilterProxyModel.py	Sat May 17 19:58:49 2014 +0200
+++ b/Project/ProjectBrowserSortFilterProxyModel.py	Sun May 18 14:13:09 2014 +0200
@@ -33,7 +33,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