summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@nokia.com>2009-07-09 08:37:26 (GMT)
committerVolker Hilsheimer <volker.hilsheimer@nokia.com>2009-07-09 08:37:26 (GMT)
commitd0a36a9e33937066866ef1ecfde3eaecd578d0b7 (patch)
treee2ce7c40bbd11bf383d912bbde60807d4b0b43bc
parentdc2b39a866190e302eed171381c2c0384e152800 (diff)
downloadQt-d0a36a9e33937066866ef1ecfde3eaecd578d0b7.zip
Qt-d0a36a9e33937066866ef1ecfde3eaecd578d0b7.tar.gz
Qt-d0a36a9e33937066866ef1ecfde3eaecd578d0b7.tar.bz2
Add QT_END_HEADER to fix compile on PowerPC Mac and make autotest pass.
-rw-r--r--src/corelib/tools/qstring.h2
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