aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/templates/qquickapplicationwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/qquickapplicationwindow.cpp b/src/templates/qquickapplicationwindow.cpp
index 36ab0449..4eed256e 100644
--- a/src/templates/qquickapplicationwindow.cpp
+++ b/src/templates/qquickapplicationwindow.cpp
@@ -323,7 +323,7 @@ QQuickItem *QQuickApplicationWindow::contentItem() const
This property holds the control that currently has active focus, or \c null if there is
no control with active focus.
- The difference between \L Window::activeFocusItem and ApplicationWindow::activeFocusControl
+ The difference between \l Window::activeFocusItem and ApplicationWindow::activeFocusControl
is that the former may point to a building block of a control, whereas the latter points
to the enclosing control. For example, when SpinBox has focus, activeFocusItem points to
the editor and acticeFocusControl to the SpinBox itself.