diff options
| author | David Boddie <david.boddie@qt.io> | 2025-10-22 15:47:27 +0200 |
|---|---|---|
| committer | David Boddie <david.boddie@qt.io> | 2025-11-07 09:39:41 +0000 |
| commit | fa08152bc48be296990d45d08ff3d8cf5521c5d8 (patch) | |
| tree | d29179660a5f4ddb4919ebc0038d9485a2029f7b /src/quickwidgets/qquickwidget.cpp | |
| parent | b369e4dc14edd8505570b749241a9167b7ca66f8 (diff) | |
Doc: Use explicit links instead of auto-linking
This ensures that QDoc will always link to the QML types page and not
to the corresponding C++ classes overview.
Change-Id: I60cd6475ecf87190101507e8508e5c9403a2ed90
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'src/quickwidgets/qquickwidget.cpp')
| -rw-r--r-- | src/quickwidgets/qquickwidget.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/quickwidgets/qquickwidget.cpp b/src/quickwidgets/qquickwidget.cpp index 88a18bff01..42bec16d78 100644 --- a/src/quickwidgets/qquickwidget.cpp +++ b/src/quickwidgets/qquickwidget.cpp @@ -1464,9 +1464,10 @@ QSize QQuickWidget::initialSize() const } /*! - Returns the view's root \l {QQuickItem} {item}. Can be null + Returns the view's root \l {QQuickItem} {item}. Can be \nullptr when setSource() has not been called, if it was called with - broken QtQuick code or while the QtQuick contents are being created. + broken \l[QML]{QtQuick} code or if the root item is otherwise + undefined. */ QQuickItem *QQuickWidget::rootObject() const { |
