summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qmlconnection.cpp
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2009-08-19 03:30:30 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2009-08-19 03:30:30 (GMT)
commit255f4adf8ada913bd180ab7b8c4a4f3d32548e69 (patch)
treef74bb347ce277df0818840268926fd6dcc8fd0d1 /src/declarative/util/qmlconnection.cpp
parentf792bae5b13ad68f846a2be1f002d8376f2daef8 (diff)
downloadQt-255f4adf8ada913bd180ab7b8c4a4f3d32548e69.zip
Qt-255f4adf8ada913bd180ab7b8c4a4f3d32548e69.tar.gz
Qt-255f4adf8ada913bd180ab7b8c4a4f3d32548e69.tar.bz2
doc cleanup
Diffstat (limited to 'src/declarative/util/qmlconnection.cpp')
-rw-r--r--src/declarative/util/qmlconnection.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/declarative/util/qmlconnection.cpp b/src/declarative/util/qmlconnection.cpp
index 24bb61f..83804a5 100644
--- a/src/declarative/util/qmlconnection.cpp
+++ b/src/declarative/util/qmlconnection.cpp
@@ -134,16 +134,6 @@ QmlConnection::~QmlConnection()
By default, the sender is assumed to be the parent of the Connection.
*/
-
-/*!
- \property QmlConnection::sender
- \brief the object that sends the signal.
-
- By default, the sender is assumed to be the parent of the Connection.
-
- Note that the set/get methods are setSignalSender() and signalSender(),
- due to the pre-existence of QObject::sender().
-*/
QObject *QmlConnection::signalSender() const
{
Q_D(const QmlConnection);
@@ -233,11 +223,6 @@ void QmlConnection::componentComplete()
This is the default attribute of Connection.
*/
-
-/*!
- \property QmlConnection::script
- \brief the JavaScript executed whenever the signal is sent.
-*/
QString QmlConnection::script() const
{
Q_D(const QmlConnection);
@@ -275,11 +260,6 @@ Connection {
}
\endqml
*/
-
-/*!
- \property QmlConnection::signal
- \brief the signal from the sender to which the script is attached.
-*/
QString QmlConnection::signal() const
{
Q_D(const QmlConnection);