aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/doc/src/qtqmlcore.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/doc/src/qtqmlcore.qdoc')
-rw-r--r--src/core/doc/src/qtqmlcore.qdoc28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/core/doc/src/qtqmlcore.qdoc b/src/core/doc/src/qtqmlcore.qdoc
new file mode 100644
index 0000000000..2c8b0ef8b1
--- /dev/null
+++ b/src/core/doc/src/qtqmlcore.qdoc
@@ -0,0 +1,28 @@
+// Copyright (C) 2021 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
+
+/*!
+ \page qtqmlcore-index.html
+ \title Qt QML Core
+
+ \brief The Qt QML Core module provides core system functionality in QML.
+
+ \section1 Application Permissions
+
+ The module exposes the Qt C++ \l [QtCore] {Application Permissions}
+ functionality to QML via a set of permission types that
+ can be used to check or request permission in a cross
+ platform manner. See \l{QML Application Permissions}
+ for more details.
+
+ \section1 QML Types
+
+ \generatelist {qmltypesbymodule QtCore}
+
+ \section1 Related Information
+
+ \list
+ \li \l{Qt Core}
+ \li \l{Qt Qml}
+ \endlist
+*/