diff options
Diffstat (limited to 'src/corelib/tools')
-rw-r--r-- | src/corelib/tools/qlocale_unix.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/tools/qlocale_unix.cpp b/src/corelib/tools/qlocale_unix.cpp index e702ecf..4a5689c 100644 --- a/src/corelib/tools/qlocale_unix.cpp +++ b/src/corelib/tools/qlocale_unix.cpp @@ -52,7 +52,7 @@ QT_BEGIN_NAMESPACE -static const char *getSystemLocale() +static QByteArray getSystemLocale() { #if defined(Q_OS_QNX) static char buff[257]; |