1.1 --- a/mysortfilterproxymodel.cpp Thu Jan 21 11:56:57 2010 +0000
1.2 +++ b/mysortfilterproxymodel.cpp Wed Feb 10 13:48:42 2010 +0000
1.3 @@ -25,7 +25,7 @@
1.4 }
1.5 */
1.6
1.7 -bool MySortFilterProxyModel::filterAcceptsRow(int sourceRow, // FIXME-2 find a way to show _all_ rows which match, independent of parent
1.8 +bool MySortFilterProxyModel::filterAcceptsRow(int sourceRow, // FIXME-3 find a way to show _all_ rows which match, independent of parent
1.9 const QModelIndex &sourceParent) const
1.10 {
1.11 QModelIndex index0 = sourceModel()->index(sourceRow, 0, sourceParent);