diff --git a/src/corelib/global/qglobal.cpp b/src/corelib/global/qglobal.cpp index 99e4e49c9c9..6ce7f97580b 100644 --- a/src/corelib/global/qglobal.cpp +++ b/src/corelib/global/qglobal.cpp @@ -63,6 +63,7 @@ using namespace Qt::StringLiterals; \row \li \li Type-safe way of combining enum values \row \li \l \li Qt's implementation of foreach and forever loops \row \li \l \li Typedef for a pointer-to-function type + \row \li \l \li For Q_APPLICATION_STATIC \row \li \li Thread-safe initialization of global static objects \row \li \l \li Helpers for resolving member function overloads \row \li \li A helper class to get system information diff --git a/src/corelib/kernel/qapplicationstatic.qdoc b/src/corelib/kernel/qapplicationstatic.qdoc index 5cbac65df95..1d13fbd84a4 100644 --- a/src/corelib/kernel/qapplicationstatic.qdoc +++ b/src/corelib/kernel/qapplicationstatic.qdoc @@ -1,10 +1,15 @@ // Copyright (C) 2021 The Qt Company Ltd. // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only +/*! + \headerfile + \inmodule QtCore +*/ + /*! \macro Q_APPLICATION_STATIC(Type, VariableName, ...) \since 6.3 - \relates QGlobalStatic + \relates This macro extends Q_GLOBAL_STATIC and creates a global and static object of type \l QGlobalStatic, of name \a VariableName, initialized by the