Remove links from the Text Object example
It's an example in Qt SVG that is to be removed. Pick-to: 6.5 6.6 Change-Id: I6e8cf38885649ca10f70a70b8400873c97bf1698 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
This commit is contained in:
parent
0e96dd3464
commit
bd29b03368
@ -101,7 +101,7 @@ QTextObjectInterface::~QTextObjectInterface()
|
||||
|
||||
\warning Copy and Paste operations ignore custom text objects.
|
||||
|
||||
\sa {Text Object Example}, QTextCharFormat, QTextLayout
|
||||
\sa QTextCharFormat, QTextLayout
|
||||
*/
|
||||
|
||||
/*!
|
||||
|
@ -235,7 +235,7 @@ QString Qt::convertFromPlainText(const QString &plain, Qt::WhiteSpaceMode mode)
|
||||
\li Text block group format changes.
|
||||
\endlist
|
||||
|
||||
\sa QTextCursor, QTextEdit, {Rich Text Processing}, {Text Object Example}
|
||||
\sa QTextCursor, QTextEdit, {Rich Text Processing}
|
||||
*/
|
||||
|
||||
/*!
|
||||
|
@ -42,7 +42,7 @@ QT_BEGIN_NAMESPACE
|
||||
objects, you will also need to reimplement QTextDocument::createObject()
|
||||
which acts as a factory method for creating text objects.
|
||||
|
||||
\sa QTextDocument, {Text Object Example}
|
||||
\sa QTextDocument
|
||||
*/
|
||||
|
||||
/*!
|
||||
|
Loading…
Reference in New Issue
Block a user