diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2010-02-25 04:03:56 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2010-02-25 06:30:33 (GMT) |
commit | 6721e5270b33e5e88c68ec426d482b9b633d8fd6 (patch) | |
tree | 925e6729d91dcda82924fae0d9c4e667672709a1 /src/declarative/util | |
parent | c58554711e678421cd70f103ad78506b3e1f8d85 (diff) | |
download | Qt-6721e5270b33e5e88c68ec426d482b9b633d8fd6.zip Qt-6721e5270b33e5e88c68ec426d482b9b633d8fd6.tar.gz Qt-6721e5270b33e5e88c68ec426d482b9b633d8fd6.tar.bz2 |
doc
Diffstat (limited to 'src/declarative/util')
-rw-r--r-- | src/declarative/util/qdeclarativeconnection.cpp | 4 |
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 { |