diff options
author | David Boddie <dboddie@trolltech.com> | 2010-09-01 17:00:45 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2010-09-01 17:00:45 (GMT) |
commit | b38fa28a246bd039593bff732ea7c195dc7e5af9 (patch) | |
tree | 18bb19e73537885a8d2e58d7e446ebf778c081df /src/declarative/graphicsitems/qdeclarativetext.cpp | |
parent | 431cde6aa40a017abc1bfd52b2340e5b1d62d36c (diff) | |
download | Qt-b38fa28a246bd039593bff732ea7c195dc7e5af9.zip Qt-b38fa28a246bd039593bff732ea7c195dc7e5af9.tar.gz Qt-b38fa28a246bd039593bff732ea7c195dc7e5af9.tar.bz2 |
Doc: Added types to method and signal documentation; other fixes.
Diffstat (limited to 'src/declarative/graphicsitems/qdeclarativetext.cpp')
-rw-r--r-- | src/declarative/graphicsitems/qdeclarativetext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativetext.cpp b/src/declarative/graphicsitems/qdeclarativetext.cpp index f16af88..fd3a1f7 100644 --- a/src/declarative/graphicsitems/qdeclarativetext.cpp +++ b/src/declarative/graphicsitems/qdeclarativetext.cpp @@ -1205,7 +1205,7 @@ void QDeclarativeText::mousePressEvent(QGraphicsSceneMouseEvent *event) } /*! - \qmlsignal Text::onLinkActivated(link) + \qmlsignal Text::onLinkActivated(string link) This handler is called when the user clicks on a link embedded in the text. */ |