QIdentityProxyModel: fix since for the new functions
They were added in 6.8, not in 6.7. Amends 675b4f63feab7c81c75e49f6dea82a39dd18f489. Change-Id: I4cb84a592dc60d3ca0a8b98c6436b324817d1c55 Reviewed-by: Ahmad Samir <a.samirh78@gmail.com> (cherry picked from commit 3fccdd541b6aa5f4ef785b3f4b19d215969165c2) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
a11d43e423
commit
0908c2cdc0
@ -351,7 +351,7 @@ void QIdentityProxyModel::setSourceModel(QAbstractItemModel* newSourceModel)
|
||||
}
|
||||
|
||||
/*!
|
||||
\since 6.7
|
||||
\since 6.8
|
||||
|
||||
If \a b is \c true, this proxy model will handle the source model layout
|
||||
changes (by connecting to \c QAbstractItemModel::layoutAboutToBeChanged
|
||||
@ -371,7 +371,7 @@ void QIdentityProxyModel::setHandleSourceLayoutChanges(bool b)
|
||||
}
|
||||
|
||||
/*!
|
||||
\since 6.7
|
||||
\since 6.8
|
||||
|
||||
Returns \c true if this proxy model handles the source model layout
|
||||
changes, otherwise returns \c false.
|
||||
|
Loading…
x
Reference in New Issue
Block a user