summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qcollator.cpp
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2012-08-14 17:05:30 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-15 11:38:37 +0200
commit03dba8c59686119996d708a8a103ed362291fa40 (patch)
tree04b53f3eb7ac78c2ded5df93995fcdc0c9849ff8 /src/corelib/tools/qcollator.cpp
parent45ecea6a87700e2990e64cad183e6da8145d0a4f (diff)
Mark QCollator as internal.
The class is private in 5.0, we'll publish it in 5.1 Change-Id: Ia7511db0393528aafa8c8059b4eb1657c8cdcc64 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'src/corelib/tools/qcollator.cpp')
-rw-r--r--src/corelib/tools/qcollator.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/corelib/tools/qcollator.cpp b/src/corelib/tools/qcollator.cpp
index 72485eba41..a7a684a4d4 100644
--- a/src/corelib/tools/qcollator.cpp
+++ b/src/corelib/tools/qcollator.cpp
@@ -116,6 +116,8 @@ static const char * const collationStrings[collationStringsCount] = {
\class QCollator
\brief The QCollator class compares strings according to a localized collation algorithm.
+ \internal
+
\reentrant
\ingroup i18n
\ingroup string-processing