From 6b8e98aec3f382fedea704691da40376cbe88e5e Mon Sep 17 00:00:00 2001 From: Alan Alpert Date: Fri, 15 Jul 2011 09:02:55 +1000 Subject: Bulk update of QtQuick 1 docs to \qmlmodule syntax Change-Id: I7ed2b54ef5a706dcaf7e19d221a6dda7b2620e8c Reviewed-on: http://codereview.qt.nokia.com/1681 Reviewed-by: Qt Sanity Bot Reviewed-by: Martin Jones Reviewed-by: Alan Alpert --- src/qtquick1/util/qdeclarativeconnections.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/qtquick1/util/qdeclarativeconnections.cpp') diff --git a/src/qtquick1/util/qdeclarativeconnections.cpp b/src/qtquick1/util/qdeclarativeconnections.cpp index d1d92356ac..5fc019c4c1 100644 --- a/src/qtquick1/util/qdeclarativeconnections.cpp +++ b/src/qtquick1/util/qdeclarativeconnections.cpp @@ -74,8 +74,9 @@ public: /*! \qmlclass Connections QDeclarative1Connections + \inqmlmodule QtQuick 1 \ingroup qml-utility-elements - \since 4.7 + \since QtQuick 1.0 \brief A Connections element describes generalized connections to signals. A Connections object creates a connection to a QML signal. @@ -139,7 +140,7 @@ QDeclarative1Connections::~QDeclarative1Connections() } /*! - \qmlproperty Object Connections::target + \qmlproperty Object QtQuick1::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. @@ -174,7 +175,7 @@ void QDeclarative1Connections::setTarget(QObject *obj) } /*! - \qmlproperty bool Connections::ignoreUnknownSignals + \qmlproperty bool QtQuick1::Connections::ignoreUnknownSignals Normally, a connection to a non-existent signal produces runtime errors. -- cgit v1.2.3