From 0908c2cdc07043657a2ad4e38b4da26fa34be09c Mon Sep 17 00:00:00 2001 From: Ivan Solovev Date: Tue, 25 Jun 2024 17:22:24 +0200 Subject: [PATCH] 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 (cherry picked from commit 3fccdd541b6aa5f4ef785b3f4b19d215969165c2) Reviewed-by: Qt Cherry-pick Bot --- src/corelib/itemmodels/qidentityproxymodel.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/corelib/itemmodels/qidentityproxymodel.cpp b/src/corelib/itemmodels/qidentityproxymodel.cpp index 89fa7e5c073..2325a8e5a1d 100644 --- a/src/corelib/itemmodels/qidentityproxymodel.cpp +++ b/src/corelib/itemmodels/qidentityproxymodel.cpp @@ -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.