From 221df41572cc5bff108eb5809be4b081075a5cbb Mon Sep 17 00:00:00 2001 From: Sona Kurazyan Date: Tue, 15 Feb 2022 16:30:25 +0100 Subject: Move QBindingStorage methods marked for removal to removed_api From the API review. Pick-to: 6.3 Change-Id: I676ff811a3b3d43ebcbee78ed0210d669d642947 Reviewed-by: Marc Mutz --- src/corelib/compat/removed_api.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/corelib/compat/removed_api.cpp') diff --git a/src/corelib/compat/removed_api.cpp b/src/corelib/compat/removed_api.cpp index df15a10c9e..16811bf37e 100644 --- a/src/corelib/compat/removed_api.cpp +++ b/src/corelib/compat/removed_api.cpp @@ -60,6 +60,17 @@ int QMetaType::id() const #endif // QT_CORE_REMOVED_SINCE(6, 1) +#if QT_CORE_REMOVED_SINCE(6, 2) + +#include "qbindingstorage.h" + +void QBindingStorage::maybeUpdateBindingAndRegister_helper(const QUntypedPropertyData *data) const +{ + registerDependency_helper(data); +} + +#endif // QT_CORE_REMOVED_SINCE(6, 2) + #if QT_CORE_REMOVED_SINCE(6, 3) #include "qbytearraymatcher.h" -- cgit v1.2.3