aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2017-06-16 15:06:27 +0200
committerTopi Reiniƶ <topi.reinio@qt.io>2017-06-20 11:56:29 +0000
commit0e73e58f7e8afc4a31c02fe74ddbb3a6781d8144 (patch)
treeb0210d4ed17a8309e234d7bd7c4747610cd755d0 /src/qml/qml
parent9ac29fcc88a49ef2ffa4639664c906c5d73b57c9 (diff)
Doc: Fix link to Window.screen
src/qml/qml/qqmlengine.cpp:455: warning: Can't link to 'QtQuick::Window::screen' Change-Id: I3f662ff574673d86ca048aec709948b236c17fd9 Reviewed-by: Nico Vertriest <nico.vertriest@qt.io>
Diffstat (limited to 'src/qml/qml')
-rw-r--r--src/qml/qml/qqmlengine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qml/qqmlengine.cpp b/src/qml/qml/qqmlengine.cpp
index f0564e7b33..ba22bfde76 100644
--- a/src/qml/qml/qqmlengine.cpp
+++ b/src/qml/qml/qqmlengine.cpp
@@ -590,7 +590,7 @@ The following functions are also on the Qt object.
\li application.font
\endlist
- \sa Screen, Window, {QtQuick::Window::screen}{Window.screen}
+ \sa Screen, Window, {QtQuick.Window::Window::screen}{Window.screen}
*/
/*!