Fix typo in filterAcceptsColumn docs: row is used in place of column

Change-Id: Ic0ec62e4d5c4a4b1d71f14c5d3133657341d4fe3
Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
This commit is contained in:
Samuel Gaist 2015-06-17 00:19:50 +02:00
parent 3a63bb0ea7
commit 454690c6a6

View File

@ -2696,7 +2696,7 @@ bool QSortFilterProxyModel::filterAcceptsRow(int source_row, const QModelIndex &
The default implementation returns \c true if the value held by the relevant item The default implementation returns \c true if the value held by the relevant item
matches the filter string, wildcard string or regular expression. matches the filter string, wildcard string or regular expression.
\note By default, the Qt::DisplayRole is used to determine if the row \note By default, the Qt::DisplayRole is used to determine if the column
should be accepted or not. This can be changed by setting the \l should be accepted or not. This can be changed by setting the \l
filterRole property. filterRole property.