aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorFrederik Schwarzer <frederik.schwarzer@basyskom.com>2016-09-07 16:40:06 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2016-09-16 17:43:07 +0000
commit03967915ea171e7e53201734f158654b0c315f59 (patch)
treead2ef5db91ec936097b676f71890bd517925b2b0 /src
parentc886facd990acf207f3164662601222babc8dde2 (diff)
qquickapplicationwindow.cpp: fix typo in property doc
Change-Id: Ia9b2da125a0beb41e47f1b9bb37e7c6fb8435e2e Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/quicktemplates2/qquickapplicationwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quicktemplates2/qquickapplicationwindow.cpp b/src/quicktemplates2/qquickapplicationwindow.cpp
index 28095aa6..2afdf15c 100644
--- a/src/quicktemplates2/qquickapplicationwindow.cpp
+++ b/src/quicktemplates2/qquickapplicationwindow.cpp
@@ -436,7 +436,7 @@ QQuickItem *QQuickApplicationWindow::contentItem() const
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.
+ the editor and activeFocusControl to the SpinBox itself.
\sa Window::activeFocusItem
*/