summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qlocale_p.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2012-06-02 00:38:48 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-10 19:09:04 +0200
commitb2c1550564b6cdf2b1cce262355c6b7f8b9b425a (patch)
treefbbe5468ff5d698e5d6858ec10992305074bdbbb /src/corelib/tools/qlocale_p.h
parent1e9be1327bed93542816abb1aef6bcee25216ce0 (diff)
Use QCollator in QString and remove it from qlocale_icu
Change-Id: Ic94439943999382f8050668edfb67d3b75ac1df4 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/tools/qlocale_p.h')
-rw-r--r--src/corelib/tools/qlocale_p.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/corelib/tools/qlocale_p.h b/src/corelib/tools/qlocale_p.h
index 1902e4e5af..09a3e0eb51 100644
--- a/src/corelib/tools/qlocale_p.h
+++ b/src/corelib/tools/qlocale_p.h
@@ -130,8 +130,6 @@ private:
namespace QIcu {
QString toUpper(const QByteArray &localeId, const QString &str, bool *ok);
QString toLower(const QByteArray &localeId, const QString &str, bool *ok);
-
- bool strcoll(const QByteArray &localeID, const QChar *source, int sourceLength, const QChar *target, int targetLength, int *result);
}
#endif