From 27ab1b2e3523f5916a57aea2f23dd4d973463a14 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Thu, 19 Jul 2012 01:27:23 +0200 Subject: [PATCH] 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(-) 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 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.