diff -r 82ebfc46233b -r 43268373032d mysortfilterproxymodel.cpp --- a/mysortfilterproxymodel.cpp Tue Dec 01 11:06:15 2009 +0000 +++ b/mysortfilterproxymodel.cpp Wed Jun 09 13:14:08 2010 +0000 @@ -25,7 +25,7 @@ } */ -bool MySortFilterProxyModel::filterAcceptsRow(int sourceRow, // FIXME-2 find a way to show _all_ rows which match, independent of parent +bool MySortFilterProxyModel::filterAcceptsRow(int sourceRow, // FIXME-3 find a way to show _all_ rows which match, independent of parent const QModelIndex &sourceParent) const { QModelIndex index0 = sourceModel()->index(sourceRow, 0, sourceParent);