aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlconnections.cpp
diff options
context:
space:
mode:
authorAlan Alpert <aalpert@rim.com>2012-12-24 08:48:49 -0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-01-23 17:11:22 +0100
commitb700796884d29f1947194553c0103b5390b6bd42 (patch)
tree2c828c83f960153bb0862c7c91956d17739a5928 /src/qml/qml/qqmlconnections.cpp
parent40574b466a5773fdb7ccddded45e237df375d848 (diff)
Move documentation to QtQml module
The recent move of certain elements from the QtQuick module forgot to update the module in some of the documentation strings. Change-Id: I5da27772004c7ceeb9c5ab6184e0078ac64ba07a Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/qml/qml/qqmlconnections.cpp')
-rw-r--r--src/qml/qml/qqmlconnections.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/qml/qml/qqmlconnections.cpp b/src/qml/qml/qqmlconnections.cpp
index f2d29bf393..286933e557 100644
--- a/src/qml/qml/qqmlconnections.cpp
+++ b/src/qml/qml/qqmlconnections.cpp
@@ -73,7 +73,7 @@ public:
/*!
\qmltype Connections
\instantiates QQmlConnections
- \inqmlmodule QtQuick 2
+ \inqmlmodule QtQml 2
\ingroup qtquick-interceptors
\brief Describes generalized connections to signals
@@ -138,7 +138,7 @@ QQmlConnections::~QQmlConnections()
}
/*!
- \qmlproperty Object QtQuick2::Connections::target
+ \qmlproperty Object QtQml2::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.
@@ -183,7 +183,7 @@ void QQmlConnections::setTarget(QObject *obj)
}
/*!
- \qmlproperty bool QtQuick2::Connections::ignoreUnknownSignals
+ \qmlproperty bool QtQml2::Connections::ignoreUnknownSignals
Normally, a connection to a non-existent signal produces runtime errors.