From 32a57a0d7e0a979c4f5e1891445ee842561a7e37 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Sat, 12 Dec 2015 17:24:43 +0100 Subject: Cleanup duplicate ApplicationWindow::activeFocusControl docs Change-Id: I939e3788eaf535a126d674dec861313b6f536b83 Reviewed-by: J-P Nurmi --- src/templates/qquickapplicationwindow.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/templates') diff --git a/src/templates/qquickapplicationwindow.cpp b/src/templates/qquickapplicationwindow.cpp index cdc4086e..36ab0449 100644 --- a/src/templates/qquickapplicationwindow.cpp +++ b/src/templates/qquickapplicationwindow.cpp @@ -527,14 +527,6 @@ QQuickItem *QQuickApplicationWindowAttached::contentItem() const \sa Window::activeFocusItem */ - -/*! - \qmlattachedproperty Control Qt.labs.controls::ApplicationWindow::activeFocusControl - - This attached property holds the active focus control. The property can be attached - to any item. The value is \c null if the item is not in an ApplicationWindow, or - the window has no active focus. -*/ QQuickItem *QQuickApplicationWindowAttached::activeFocusControl() const { Q_D(const QQuickApplicationWindowAttached); -- cgit v1.2.3