From c3189a0a229cf6ac0e9ea93854b0273551e119d0 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Wed, 1 Aug 2012 14:44:51 +0200 Subject: change \img to \image in docs \img was a macro defined in macros.qdocconf. This collection of macros is being phased out. Use the full command instead. Change-Id: Ia55212f87bb46349d61359d40568e0aa33882596 Reviewed-by: Casper van Donderen --- src/gui/text/qtextobject.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/text/qtextobject.cpp') diff --git a/src/gui/text/qtextobject.cpp b/src/gui/text/qtextobject.cpp index 5643233994..a7cd76c51b 100644 --- a/src/gui/text/qtextobject.cpp +++ b/src/gui/text/qtextobject.cpp @@ -868,7 +868,7 @@ QTextBlockUserData::~QTextBlockUserData() compares two blocks for inequality, and \l operator<() determines whether a block precedes another in the same document. - \img qtextblock-sequence.png + \image qtextblock-sequence.png \sa QTextBlockFormat, QTextCharFormat, QTextFragment */ @@ -1602,7 +1602,7 @@ QTextBlock::iterator &QTextBlock::iterator::operator--() of the sentence, the second will contain the text from the middle, and the third takes the text from the end of the sentence. - \img qtextfragment-split.png + \image qtextfragment-split.png A fragment's text and character format can be obtained with the text() and charFormat() functions. The length() function gives the length of -- cgit v1.2.3