From 65bad77d26cde50ad70b6909a9f81e9a1d058746 Mon Sep 17 00:00:00 2001 From: Xizhi Zhu Date: Sun, 22 Jan 2012 16:41:55 +0100 Subject: Remove Symbian code from QtCore. Change-Id: I9abdc674bcfa7bb38ce27c5213c5a672f59e63d5 Reviewed-by: Lars Knoll --- src/corelib/tools/qlocale_p.h | 18 ------------------ 1 file changed, 18 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 66daf8eca6..d6a0a3be0b 100644 --- a/src/corelib/tools/qlocale_p.h +++ b/src/corelib/tools/qlocale_p.h @@ -59,10 +59,6 @@ #include "qlocale.h" -#if defined(Q_OS_SYMBIAN) && !defined(QT_NO_SYSTEMLOCALE) -class CEnvironmentChangeNotifier; -#endif - QT_BEGIN_NAMESPACE struct Q_CORE_EXPORT QLocalePrivate @@ -257,20 +253,6 @@ inline char QLocalePrivate::digitToCLocale(const QChar &in) const return 0; } -#if defined(Q_OS_SYMBIAN) && !defined(QT_NO_SYSTEMLOCALE) -class QEnvironmentChangeNotifier -{ -public: - QEnvironmentChangeNotifier(); - ~QEnvironmentChangeNotifier(); - - static TInt localeChanged(TAny *data); - -private: - CEnvironmentChangeNotifier *iChangeNotifier; -}; -#endif - QString qt_readEscapedFormatString(const QString &format, int *idx); bool qt_splitLocaleName(const QString &name, QString &lang, QString &script, QString &cntry); int qt_repeatCount(const QString &s, int i); -- cgit v1.2.3