From 7cbfdd1ee2e36ed73fdec91e3f9135d0dbc733f9 Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Tue, 23 Sep 2025 14:09:59 +0200 Subject: Core: Make retrieveElement() semi-public and inline Some of the iterable methods are only out of line and exported because that function is private. Since we need to re-write the iterables anyway, let's not make this mistake again. Pick-to: 6.10 6.8 Task-number: QTBUG-140181 Change-Id: If5cb255f9c95403d1e8611721b3275403602794b Reviewed-by: Thiago Macieira --- src/corelib/kernel/qsequentialiterable.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/corelib/kernel/qsequentialiterable.cpp') diff --git a/src/corelib/kernel/qsequentialiterable.cpp b/src/corelib/kernel/qsequentialiterable.cpp index c331f1de631..94a2e501cd7 100644 --- a/src/corelib/kernel/qsequentialiterable.cpp +++ b/src/corelib/kernel/qsequentialiterable.cpp @@ -1,11 +1,10 @@ // Copyright (C) 2020 The Qt Company Ltd. // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +#include #include #include -#include - QT_BEGIN_NAMESPACE /*! -- cgit v1.2.3