QIdentityProxyModel: fix since for the new functions

They were added in 6.8, not in 6.7.

Amends 675b4f63feab7c81c75e49f6dea82a39dd18f489.

Pick-to: 6.8
Change-Id: I4cb84a592dc60d3ca0a8b98c6436b324817d1c55
Reviewed-by: Ahmad Samir <a.samirh78@gmail.com>
This commit is contained in:
Ivan Solovev 2024-06-25 17:22:24 +02:00
parent 4f164ca9bc
commit 3fccdd541b

View File

@ -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.