diff options
| author | Ulf Hermann <ulf.hermann@qt.io> | 2025-02-17 15:25:22 +0100 |
|---|---|---|
| committer | Ulf Hermann <ulf.hermann@qt.io> | 2025-02-20 11:29:12 +0100 |
| commit | 7da85b0bdb6a909cc679f365f30df5e9afc2ca52 (patch) | |
| tree | e1953444ecdf72703c8efd0792538cd3e42560f9 /src/quick/util/qquickforeignutils.cpp | |
| parent | efb81a82b09979cea760ea5bf89a011f465575f8 (diff) | |
Doc: Move documentation about enumerations into a separate page
They are not, in fact, value types. Rather they are special properties
of other types and stored as the underlying type. Also, link the
documentation about both, defining enumerations in QML and defining
enumerations in C++ from that page.
Pick-to: 6.9 6.8 6.5
Fixes: QTBUG-89432
Change-Id: Ic73d7cea352a11c1d7699e655100aad078a77950
Reviewed-by: Olivier De Cannière <olivier.decanniere@qt.io>
Diffstat (limited to 'src/quick/util/qquickforeignutils.cpp')
| -rw-r--r-- | src/quick/util/qquickforeignutils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/util/qquickforeignutils.cpp b/src/quick/util/qquickforeignutils.cpp index d532efb13f..d38a669346 100644 --- a/src/quick/util/qquickforeignutils.cpp +++ b/src/quick/util/qquickforeignutils.cpp @@ -40,7 +40,7 @@ QT_BEGIN_NAMESPACE \li \l point \c eventPoint.scenePosition: see also \l QEventPoint::scenePosition \li \l ulong \c eventPoint.pressTimestamp: see also \l QEventPoint::pressTimestamp \li \l point \c eventPoint.scenePressPosition: see also \l QEventPoint::scenePressPosition - \li \l enumeration \c eventPoint.state: see also \l QEventPoint::state + \li \l {QML Enumerations}{enumeration} \c eventPoint.state: see also \l QEventPoint::state \li \l real \c eventPoint.timeHeld: see also \l QEventPoint::timeHeld \li \l ulong \c eventPoint.timestamp: see also \l QEventPoint::timestamp \li \l pointingDeviceUniqueId \c eventPoint.uniqueId: see also \l QEventPoint::uniqueId |
