diff -r 5280e37405b8 -r 2f2a4a76dd22 Project/ProjectBrowserSortFilterProxyModel.py --- 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.