aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-12-12 17:24:43 +0100
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-12-12 16:51:45 +0000
commit32a57a0d7e0a979c4f5e1891445ee842561a7e37 (patch)
tree3fc7a07a6f4d937bf02e23cf3a799c609ffec573
parentca44df841600e38a54d8e8d1afed7a7e429b58e2 (diff)
Cleanup duplicate ApplicationWindow::activeFocusControl docs
Change-Id: I939e3788eaf535a126d674dec861313b6f536b83 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
-rw-r--r--src/templates/qquickapplicationwindow.cpp8
1 files changed, 0 insertions, 8 deletions
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);