From 0cb8763ca7dc3190a797563ff64c35f9208aa9c8 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Sat, 12 Dec 2015 17:25:51 +0100 Subject: AppWindow docs: fix \L -> \l Change-Id: I89fadddbceb77fc20af102f20fed45db17019c14 Reviewed-by: J-P Nurmi --- src/templates/qquickapplicationwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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. -- cgit v1.2.3