diff options
author | Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> | 2009-09-18 11:44:05 (GMT) |
---|---|---|
committer | Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> | 2009-09-28 10:01:20 (GMT) |
commit | 3e8592661f7607542c5a0df4c5f735716a0ec09d (patch) | |
tree | 5a331ddfcf18fcbfa54c3237b77bb7c2cb58fcf0 /src/gui/text | |
parent | 3cb2def34c32efe1155e6938eca65706dcc97aac (diff) | |
download | Qt-3e8592661f7607542c5a0df4c5f735716a0ec09d.zip Qt-3e8592661f7607542c5a0df4c5f735716a0ec09d.tar.gz Qt-3e8592661f7607542c5a0df4c5f735716a0ec09d.tar.bz2 |
doc: Fixed three /sa that should be \sa
Diffstat (limited to 'src/gui/text')
-rw-r--r-- | src/gui/text/qtextobject.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/text/qtextobject.cpp b/src/gui/text/qtextobject.cpp index b6ff39f..d9438fd 100644 --- a/src/gui/text/qtextobject.cpp +++ b/src/gui/text/qtextobject.cpp @@ -1370,7 +1370,7 @@ int QTextBlock::firstLineNumber() const Sets the line count to \a count. -/sa lineCount() +\sa lineCount() */ void QTextBlock::setLineCount(int count) { |