diff options
| author | Topi Reinio <topi.reinio@qt.io> | 2021-06-15 15:21:51 +0200 |
|---|---|---|
| committer | Topi Reinio <topi.reinio@qt.io> | 2021-06-16 11:20:56 +0200 |
| commit | 5a34509af924fb49579c6344856e2236834e2aae (patch) | |
| tree | dd2f8598184de7b2f3729cacfae7aa243c4604f5 /src/quick/handlers/qquickpointerhandler.cpp | |
| parent | 7b5c1063de0034d4b9e4345b9493aa3beba62a89 (diff) | |
Doc: Fix more documentation issues
* Screen QML type is moved under the main QtQuick import
* XmlListModel types are their own documentation project, add a
dependency to qtquick.qdocconf.
* Remove QDoc comment identifiers from internal, undocumented
class.
* Fix linking to Qt Creator manual.
* Fix linking to QtQuick3D.Model.
Pick-to: 6.2
Change-Id: I3b48165c04ef84288472963e39eafc0868c14c49
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/quick/handlers/qquickpointerhandler.cpp')
| -rw-r--r-- | src/quick/handlers/qquickpointerhandler.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quick/handlers/qquickpointerhandler.cpp b/src/quick/handlers/qquickpointerhandler.cpp index c1b20b1388..597ce17c35 100644 --- a/src/quick/handlers/qquickpointerhandler.cpp +++ b/src/quick/handlers/qquickpointerhandler.cpp @@ -722,8 +722,8 @@ void QQuickPointerHandler::handlePointerEventImpl(QPointerEvent *event) the Item's interior. Initially \l [QML] {target} {target()} is the same, but it can be reassigned. - \note When a handler is declared in a \l QtQuick3D.Model object, the parent - is not an Item, therefore this property is \c null. + \note When a handler is declared in a \l [QtQuick3D] {Model}{QtQuick3D.Model} + object, the parent is not an Item, therefore this property is \c null. \sa {target}, QObject::parent() */ |
