Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qfactorycacheregistration.cpp
Go to the documentation of this file.
1// Copyright (C) 2022 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
5
6#include <QtCore/QMutex>
7
9
10#ifdef QT_USE_FACTORY_CACHE_REGISTRATION
11
14
18{
20
21 // forward pointers
23
24 // backward pointers
26 if (m_next)
28}
29
31{
33
35
36 if (m_next)
38}
39
41{
43
45
46 for (element = firstElement; element != nullptr; element = element->m_next) {
48 }
49}
50
51#endif
52
\inmodule QtSql