summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc/src/qtcore.qdoc
blob: 2ef705dd75c979067f2a6cc6eac52b358d068d22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
    \module QtCore
    \title Qt Core C++ Classes
    \ingroup modules
    \qtcmakepackage Core
    \qtvariable core

    \brief Provides core non-GUI functionality.

    All other Qt modules rely on this module.

    The \l{Qt Core} page contains information about how to use the module.
*/

/*!
    \module QtCorePrivate
    \title Qt Core Private C++ Classes
    \qtcmakepackage CorePrivate
    \qtvariable core-private

    \brief Provides private core functionality.
    \preliminary
*/