summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2010-02-25 04:03:56 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2010-02-25 06:30:33 (GMT)
commit6721e5270b33e5e88c68ec426d482b9b633d8fd6 (patch)
tree925e6729d91dcda82924fae0d9c4e667672709a1 /src
parentc58554711e678421cd70f103ad78506b3e1f8d85 (diff)
downloadQt-6721e5270b33e5e88c68ec426d482b9b633d8fd6.zip
Qt-6721e5270b33e5e88c68ec426d482b9b633d8fd6.tar.gz
Qt-6721e5270b33e5e88c68ec426d482b9b633d8fd6.tar.bz2
doc
Diffstat (limited to 'src')
-rw-r--r--src/declarative/util/qdeclarativeconnection.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/declarative/util/qdeclarativeconnection.cpp b/src/declarative/util/qdeclarativeconnection.cpp
index a7cfc79..e9ae74b 100644
--- a/src/declarative/util/qdeclarativeconnection.cpp
+++ b/src/declarative/util/qdeclarativeconnection.cpp
@@ -105,7 +105,7 @@ public:
\endqml
More generally, the Connection object can be a child of some other object than
- the sender of the signal, and the script is the default attribute:
+ the sender of the signal:
\qml
MouseArea {
@@ -226,8 +226,6 @@ void QDeclarativeConnection::componentComplete()
/*!
\qmlproperty script Connection::script
This property holds the JavaScript executed whenever the signal is sent.
-
- This is the default attribute of Connection.
*/
QDeclarativeScriptString QDeclarativeConnection::script() const
{