diff options
author | Geir Vattekar <geir.vattekar@trolltech.com> | 2009-05-06 11:30:42 (GMT) |
---|---|---|
committer | Geir Vattekar <geir.vattekar@trolltech.com> | 2009-05-06 11:30:42 (GMT) |
commit | 3dcbd944d90f6e2db9ab74078ccc4f6caf38a2bd (patch) | |
tree | 58827ea6af4b826498bf93cc7e788ec6708eb93b /src/gui/text | |
parent | 54313dfcb36286916f5daa7df5d605f2d94b70ea (diff) | |
download | Qt-3dcbd944d90f6e2db9ab74078ccc4f6caf38a2bd.zip Qt-3dcbd944d90f6e2db9ab74078ccc4f6caf38a2bd.tar.gz Qt-3dcbd944d90f6e2db9ab74078ccc4f6caf38a2bd.tar.bz2 |
Doc: Added links to Text Object Example in QTextDocument and QTextObject
Task-number: 244858
Diffstat (limited to 'src/gui/text')
-rw-r--r-- | src/gui/text/qtextdocument.cpp | 2 | ||||
-rw-r--r-- | src/gui/text/qtextobject.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/text/qtextdocument.cpp b/src/gui/text/qtextdocument.cpp index e84b324..873f846 100644 --- a/src/gui/text/qtextdocument.cpp +++ b/src/gui/text/qtextdocument.cpp @@ -287,7 +287,7 @@ QTextCodec *Qt::codecForHtml(const QByteArray &ba) that inform connected editor widgets about the state of the undo/redo system. - \sa QTextCursor QTextEdit \link richtext.html Rich Text Processing\endlink + \sa QTextCursor, QTextEdit, \link richtext.html Rich Text Processing\endlink , {Text Object Example} */ /*! diff --git a/src/gui/text/qtextobject.cpp b/src/gui/text/qtextobject.cpp index 3f4c8e5..71b68e0 100644 --- a/src/gui/text/qtextobject.cpp +++ b/src/gui/text/qtextobject.cpp @@ -76,7 +76,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 + \sa QTextDocument, {Text Object Example} */ /*! |