aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);