summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
diff options
context:
space:
mode:
authorDebao Zhang <hello@debao.me>2013-02-25 13:26:07 +0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-02-25 15:06:10 +0100
commit6d270051a23fbfe1cb148ced365ea3a6aecf5e60 (patch)
treeb9928978126982844eebdd93cbb669abbaff32b4 /src/corelib/tools
parentfa5bd4ed981f107339194905dc3197a5e52eab3f (diff)
Doc: Add the missing \since 5.0
Change-Id: I79f67e18b64efe7d22ed80adbc6f024ef35b3aac Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Diffstat (limited to 'src/corelib/tools')
-rw-r--r--src/corelib/tools/qstring.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/corelib/tools/qstring.cpp b/src/corelib/tools/qstring.cpp
index 61d5073a1f..c9525cf0ae 100644
--- a/src/corelib/tools/qstring.cpp
+++ b/src/corelib/tools/qstring.cpp
@@ -9169,6 +9169,8 @@ QVector<uint> QStringRef::toUcs4() const
*/
/*!
+ \since 5.0
+
Converts a plain text string to an HTML string with
HTML metacharacters \c{<}, \c{>}, \c{&}, and \c{"} replaced by HTML
entities.