From b2c1550564b6cdf2b1cce262355c6b7f8b9b425a Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Sat, 2 Jun 2012 00:38:48 +0200 Subject: Use QCollator in QString and remove it from qlocale_icu Change-Id: Ic94439943999382f8050668edfb67d3b75ac1df4 Reviewed-by: Thiago Macieira --- src/corelib/tools/qlocale_p.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/corelib/tools/qlocale_p.h') 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 -- cgit v1.2.3