aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-12-12 17:25:51 +0100
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-12-12 16:51:52 +0000
commit0cb8763ca7dc3190a797563ff64c35f9208aa9c8 (patch)
tree5285972bd3b59a7c1303511f061447ccaaeecafc
parent32a57a0d7e0a979c4f5e1891445ee842561a7e37 (diff)
AppWindow docs: fix \L -> \l
Change-Id: I89fadddbceb77fc20af102f20fed45db17019c14 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
-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.