diff -r 62d4137bfb90 -r 82ebfc46233b mysortfilterproxymodel.cpp --- a/mysortfilterproxymodel.cpp Fri Nov 27 15:00:51 2009 +0000 +++ b/mysortfilterproxymodel.cpp Tue Dec 01 11:06:15 2009 +0000 @@ -25,7 +25,7 @@ } */ -bool MySortFilterProxyModel::filterAcceptsRow(int sourceRow, // FIXME-1 find a way to show _all_ rows which match, independent of parent +bool MySortFilterProxyModel::filterAcceptsRow(int sourceRow, // FIXME-2 find a way to show _all_ rows which match, independent of parent const QModelIndex &sourceParent) const { QModelIndex index0 = sourceModel()->index(sourceRow, 0, sourceParent);