summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJeremy Katz <jeremy.katz@nokia.com>2012-07-19 01:27:23 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-19 12:35:22 +0200
commit27ab1b2e3523f5916a57aea2f23dd4d973463a14 (patch)
treec2be3077c230cd0fcfb9034ad04bb361c7827a23 /src
parent0108484908c1fb7bc49938ac39080effa2e6ac72 (diff)
fix "No such ..." doc error for QString::toHtmlEscaped
And a minor rephrase. [...] a HTML -> an HTML Change-Id: I49804d009737b58ca3bb43e60dac869e045b5536 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'src')
-rw-r--r--src/corelib/tools/qstring.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/tools/qstring.cpp b/src/corelib/tools/qstring.cpp
index e473cb26b2..5d824908f5 100644
--- a/src/corelib/tools/qstring.cpp
+++ b/src/corelib/tools/qstring.cpp
@@ -9140,7 +9140,7 @@ QVector<uint> QStringRef::toUcs4() const
*/
/*!
- Converts the plain text string \a plain to a HTML string with
+ Converts a plain text string to an HTML string with
HTML metacharacters \c{<}, \c{>}, \c{&}, and \c{"} replaced by HTML
entities.