mysortfilterproxymodel.cpp
changeset 813 82ebfc46233b
parent 804 14f2b1b15242
child 822 c2ce9944148c
     1.1 --- a/mysortfilterproxymodel.cpp	Fri Nov 27 15:00:51 2009 +0000
     1.2 +++ b/mysortfilterproxymodel.cpp	Tue Dec 01 11:06:15 2009 +0000
     1.3 @@ -25,7 +25,7 @@
     1.4  }
     1.5  */
     1.6  
     1.7 -bool MySortFilterProxyModel::filterAcceptsRow(int sourceRow,	// FIXME-1 find a way to show _all_ rows which match, independent of parent
     1.8 +bool MySortFilterProxyModel::filterAcceptsRow(int sourceRow,	// FIXME-2 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);