diff -r 4a84d7e444d8 -r c2ce9944148c mysortfilterproxymodel.cpp --- a/mysortfilterproxymodel.cpp Thu Jan 21 11:56:57 2010 +0000 +++ b/mysortfilterproxymodel.cpp Wed Feb 10 13:48:42 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);