From 27ab1b2e3523f5916a57aea2f23dd4d973463a14 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Thu, 19 Jul 2012 01:27:23 +0200 Subject: fix "No such ..." doc error for QString::toHtmlEscaped And a minor rephrase. [...] a HTML -> an HTML Change-Id: I49804d009737b58ca3bb43e60dac869e045b5536 Reviewed-by: Casper van Donderen --- src/corelib/tools/qstring.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/corelib/tools/qstring.cpp') diff --git a/src/corelib/tools/qstring.cpp b/src/corelib/tools/qstring.cpp index e473cb26b20..5d824908f53 100644 --- a/src/corelib/tools/qstring.cpp +++ b/src/corelib/tools/qstring.cpp @@ -9140,7 +9140,7 @@ QVector 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. -- cgit v1.2.3