diff -r 82ebfc46233b -r 62d621e3e550 mysortfilterproxymodel.cpp --- a/mysortfilterproxymodel.cpp Tue Dec 01 11:06:15 2009 +0000 +++ b/mysortfilterproxymodel.cpp Mon Mar 15 15:32:37 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);