diff options
author | axis <qt-info@nokia.com> | 2010-02-18 14:31:01 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2010-02-18 14:31:01 (GMT) |
commit | d24f440ed547f8e9a3737670e41bb645a9159501 (patch) | |
tree | 14e9ac83c6d688e5480403a152e3ad2e60566ea8 /src/corelib | |
parent | b477d02479d9effbdb97e189a60dbf44dda5cbc9 (diff) | |
parent | 505dc33a4060b6fb2a80f3a3ab2a6702ec0b5f3b (diff) | |
download | Qt-d24f440ed547f8e9a3737670e41bb645a9159501.zip Qt-d24f440ed547f8e9a3737670e41bb645a9159501.tar.gz Qt-d24f440ed547f8e9a3737670e41bb645a9159501.tar.bz2 |
Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-s60-public into merge-with-qt-master
Conflicts:
mkspecs/common/symbian/symbian.conf
qmake/Makefile.unix
qmake/generators/makefile.cpp
Diffstat (limited to 'src/corelib')
-rw-r--r-- | src/corelib/tools/qstring.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/tools/qstring.h b/src/corelib/tools/qstring.h index 5e3b0fd..702a21a 100644 --- a/src/corelib/tools/qstring.h +++ b/src/corelib/tools/qstring.h @@ -595,7 +595,7 @@ private: struct Data { QBasicAtomicInt ref; int alloc, size; - ushort *data; + ushort *data; // QT5: put that after the bit field to fill alignment gap; don't use sizeof any more then ushort clean : 1; ushort simpletext : 1; ushort righttoleft : 1; |