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// Qt-Security score:significant reason:default
4
6
7#include <QtCore/QMutex>
8
10
11#ifdef QT_USE_FACTORY_CACHE_REGISTRATION
12
15
19{
21
22 // forward pointers
24
25 // backward pointers
27 if (m_next)
29}
30
32{
34
36
37 if (m_next)
39}
40
42{
44
46
47 for (element = firstElement; element != nullptr; element = element->m_next) {
49 }
50}
51
52#endif
53
\inmodule QtSql