aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types/qqmlconnections.cpp
diff options
context:
space:
mode:
authorIvan Tkachenko <me@ratijas.tk>2021-10-19 14:28:31 +0300
committerIvan Tkachenko <me@ratijas.tk>2021-10-22 00:07:55 +0300
commita155e3203778e4193207c4b1ba76a069a81f47fc (patch)
tree99451b59703ac46f44eedd4e52a485613f5de4e0 /src/qml/types/qqmlconnections.cpp
parent10f74d2d11eff424d9a7744b2a8b29d62912d298 (diff)
Doc: Replace \qmlproperty Object and list<> thereof with QtObject
And in case of QtQuick.Controls::Popup::anchors.centerIn it was an Item. Change-Id: I2ad7ac6969b729711138390de4efe8d6509dcc5e Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'src/qml/types/qqmlconnections.cpp')
-rw-r--r--src/qml/types/qqmlconnections.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/types/qqmlconnections.cpp b/src/qml/types/qqmlconnections.cpp
index d115c82b6d..73a3e60efc 100644
--- a/src/qml/types/qqmlconnections.cpp
+++ b/src/qml/types/qqmlconnections.cpp
@@ -138,7 +138,7 @@ QQmlConnections::QQmlConnections(QObject *parent) :
}
/*!
- \qmlproperty Object QtQml::Connections::target
+ \qmlproperty QtObject QtQml::Connections::target
This property holds the object that sends the signal.
If this property is not set, the \c target defaults to the parent of the Connection.