aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlbuiltinfunctions.cpp
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2022-04-22 23:45:17 +0200
committerTopi Reinio <topi.reinio@qt.io>2022-06-29 17:00:12 +0200
commit7bdfbb041a8f908c746fb8f6ac6bb5e0ef2c2f64 (patch)
tree633971dbb61397a1375fd48d81d16a14d22646ea /src/qml/qml/qqmlbuiltinfunctions.cpp
parenta6b05ea90e6dfeba6eb6099844a001873d8b6d0a (diff)
Doc: Fix linking issues
These linking issues have crept through as documentation testing in CI does not capture them. * Fix link to Qml CMake command reference. * Update link targets to the Qt Creator manual as they have changed; link to Qt Design Studio if applicable and remove links that are no longer available. * Fix linking to inherited properties for DragHandler, TableView, and TreeView. * Remove explicit linking to QSGTexture::commitTextureOperations() as that function is \internal. Pick-to: 6.4 Change-Id: I2c20fef8bc12e639374caac25ed358da887c35b3 Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'src/qml/qml/qqmlbuiltinfunctions.cpp')
-rw-r--r--src/qml/qml/qqmlbuiltinfunctions.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qml/qml/qqmlbuiltinfunctions.cpp b/src/qml/qml/qqmlbuiltinfunctions.cpp
index 80bd427970..8fadc0af4a 100644
--- a/src/qml/qml/qqmlbuiltinfunctions.cpp
+++ b/src/qml/qml/qqmlbuiltinfunctions.cpp
@@ -229,7 +229,6 @@ The following functions are also on the Qt object.
See the \l QStyleHints documentation for further details.
You should access StyleHints via \l Application::styleHints instead.
- See \l StyleHints for more details.
\note The \c styleHints object is only available when using the Qt Quick module.
*/