summaryrefslogtreecommitdiffstats
path: root/src/gui/text
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@nokia.com>2009-07-19 21:24:40 (GMT)
committerVolker Hilsheimer <volker.hilsheimer@nokia.com>2009-07-19 21:24:40 (GMT)
commit3728c5221e4cd1fb15f73df8b9efba9c56531a89 (patch)
tree12c9e124ce03077bc8d8a5937447d0d5341b7d64 /src/gui/text
parent7a1891b2f308377e67204bbc812716cbc148af4a (diff)
downloadQt-3728c5221e4cd1fb15f73df8b9efba9c56531a89.zip
Qt-3728c5221e4cd1fb15f73df8b9efba9c56531a89.tar.gz
Qt-3728c5221e4cd1fb15f73df8b9efba9c56531a89.tar.bz2
Doc: A few cleanups, fixes and improvements.
Diffstat (limited to 'src/gui/text')
-rw-r--r--src/gui/text/qsyntaxhighlighter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/text/qsyntaxhighlighter.cpp b/src/gui/text/qsyntaxhighlighter.cpp
index f69562d..56c7ca1 100644
--- a/src/gui/text/qsyntaxhighlighter.cpp
+++ b/src/gui/text/qsyntaxhighlighter.cpp
@@ -367,7 +367,7 @@ QTextDocument *QSyntaxHighlighter::document() const
/*!
\since 4.2
- Redoes the highlighting of the whole document.
+ Reapplies the highlighting to the whole document.
\sa rehighlightBlock()
*/
@@ -384,7 +384,7 @@ void QSyntaxHighlighter::rehighlight()
/*!
\since 4.6
- Redoes the highlighting of the given QTextBlock \a block.
+ Reapplies the highlighting to the given QTextBlock \a block.
\sa rehighlight()
*/