aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktext.cpp
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2020-03-11 01:00:07 +0100
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2020-03-11 01:00:07 +0100
commit9bd034ea01d01dcc4598c3e3e25e91d0b53a2cda (patch)
tree5b7ca3a1477b0d7733a16abcecf85043a88c442d /src/quick/items/qquicktext.cpp
parent707f78086982f15dc4b2d6129f0b983d01cb9626 (diff)
parent1d79bef288623fca8c7cc3fc2c49860b6e2abedb (diff)
Merge remote-tracking branch 'origin/5.15' into dev
Diffstat (limited to 'src/quick/items/qquicktext.cpp')
-rw-r--r--src/quick/items/qquicktext.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/quick/items/qquicktext.cpp b/src/quick/items/qquicktext.cpp
index c8f3f113dd..74cae71616 100644
--- a/src/quick/items/qquicktext.cpp
+++ b/src/quick/items/qquicktext.cpp
@@ -1423,8 +1423,6 @@ QQuickText::~QQuickText()
}
}
\endcode
-
- The corresponding handler is \c onLineLaidOut.
*/
/*!
@@ -1441,8 +1439,6 @@ QQuickText::~QQuickText()
Clicking on the highlighted link will output
\tt{http://qt-project.org link activated} to the console.
-
- The corresponding handler is \c onLinkActivated.
*/
/*!
@@ -2869,8 +2865,6 @@ bool QQuickTextPrivate::isLinkHoveredConnected()
text. The link must be in rich text or HTML format and the \a link
string provides access to the particular link.
- The corresponding handler is \c onLinkHovered.
-
\sa hoveredLink, linkAt()
*/