--- 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.