src/corelib/kernel/qcoreapplication_p.h
changeset 30 5dc02b23752f
parent 18 2f34d5167611
--- a/src/corelib/kernel/qcoreapplication_p.h	Wed Jun 23 19:07:03 2010 +0300
+++ b/src/corelib/kernel/qcoreapplication_p.h	Tue Jul 06 15:10:48 2010 +0300
@@ -65,6 +65,9 @@
 
 typedef QList<QTranslator*> QTranslatorList;
 
+#if defined(Q_OS_SYMBIAN) && !defined(QT_NO_SYSTEMLOCALE)
+class QEnvironmentChangeNotifier;
+#endif
 class QAbstractEventDispatcher;
 
 class Q_CORE_EXPORT QCoreApplicationPrivate : public QObjectPrivate
@@ -113,6 +116,10 @@
     bool aboutToQuitEmitted;
     QString cachedApplicationDirPath;
     QString cachedApplicationFilePath;
+#if defined(Q_OS_SYMBIAN) && !defined(QT_NO_SYSTEMLOCALE)
+    QScopedPointer<QEnvironmentChangeNotifier> environmentChangeNotifier;
+    void symbianInit();
+#endif
 
     static bool isTranslatorInstalled(QTranslator *translator);