summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qlocale.h
diff options
context:
space:
mode:
authorDenis Dzyubenko <denis.dzyubenko@nokia.com>2011-02-23 16:08:47 (GMT)
committerDenis Dzyubenko <denis.dzyubenko@nokia.com>2011-02-24 17:13:36 (GMT)
commitb58c6bfe14d86a2094c240c24c37a6bb3fa62726 (patch)
treef6b1bc4dfc4382d9dd3e1d11a41376ff344f243b /src/corelib/tools/qlocale.h
parent18508ec10d0e1128b85dfb3fddfa3dee6a2b1ae9 (diff)
downloadQt-b58c6bfe14d86a2094c240c24c37a6bb3fa62726.zip
Qt-b58c6bfe14d86a2094c240c24c37a6bb3fa62726.tar.gz
Qt-b58c6bfe14d86a2094c240c24c37a6bb3fa62726.tar.bz2
Split monolithic qlocale.cpp into platform-specific files
This is just a refactoring change to split huge unreadable qlocale.cpp into multiple files. Reviewed-by: Zeno Albisser
Diffstat (limited to 'src/corelib/tools/qlocale.h')
-rw-r--r--src/corelib/tools/qlocale.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/tools/qlocale.h b/src/corelib/tools/qlocale.h
index e62e2d9..18c6db3 100644
--- a/src/corelib/tools/qlocale.h
+++ b/src/corelib/tools/qlocale.h
@@ -107,7 +107,7 @@ public:
private:
QSystemLocale(bool);
- friend class QSystemLocaleData;
+ friend QSystemLocale *QSystemLocale_globalSystemLocale();
};
#endif