diff options
author | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-07-09 08:37:26 (GMT) |
---|---|---|
committer | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-07-09 08:37:26 (GMT) |
commit | d0a36a9e33937066866ef1ecfde3eaecd578d0b7 (patch) | |
tree | e2ce7c40bbd11bf383d912bbde60807d4b0b43bc /src | |
parent | dc2b39a866190e302eed171381c2c0384e152800 (diff) | |
download | Qt-d0a36a9e33937066866ef1ecfde3eaecd578d0b7.zip Qt-d0a36a9e33937066866ef1ecfde3eaecd578d0b7.tar.gz Qt-d0a36a9e33937066866ef1ecfde3eaecd578d0b7.tar.bz2 |
Add QT_END_HEADER to fix compile on PowerPC Mac and make autotest pass.
Diffstat (limited to 'src')
-rw-r--r-- | src/corelib/tools/qstring.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/corelib/tools/qstring.h b/src/corelib/tools/qstring.h index 6bb0d8e..235c603 100644 --- a/src/corelib/tools/qstring.h +++ b/src/corelib/tools/qstring.h @@ -1235,6 +1235,8 @@ inline int QStringRef::localeAwareCompare(const QStringRef &s1, const QStringRef QT_END_NAMESPACE +QT_END_HEADER + #ifdef QT_USE_FAST_CONCATENATION #include <QtCore/qstringbuilder.h> #endif |