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:
Volker Hilsheimer 2023-06-09 11:09:57 +02:00
parent 0e96dd3464
commit bd29b03368
3 changed files with 3 additions and 3 deletions

View File

@ -101,7 +101,7 @@ QTextObjectInterface::~QTextObjectInterface()
\warning Copy and Paste operations ignore custom text objects.
\sa {Text Object Example}, QTextCharFormat, QTextLayout
\sa QTextCharFormat, QTextLayout
*/
/*!

View File

@ -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}
*/
/*!

View File

@ -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
*/
/*!