summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2009-07-20 09:34:52 (GMT)
committerhjk <qtc-committer@nokia.com>2009-07-20 09:36:01 (GMT)
commitb2a9bdc7a72253ecba77b1a53c9a2497cfd21b7e (patch)
treea4ba40ddc95743906579316cdff97760bc41b2fe /src
parentb75607522205fd822e64eeebad676ce8c040f829 (diff)
downloadQt-b2a9bdc7a72253ecba77b1a53c9a2497cfd21b7e.zip
Qt-b2a9bdc7a72253ecba77b1a53c9a2497cfd21b7e.tar.gz
Qt-b2a9bdc7a72253ecba77b1a53c9a2497cfd21b7e.tar.bz2
Compile fix with namespaces after 8ab072aff0 broke it.
Diffstat (limited to 'src')
-rw-r--r--src/corelib/tools/qbytedata_p.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/corelib/tools/qbytedata_p.h b/src/corelib/tools/qbytedata_p.h
index e8a4ddd..cc10ea2 100644
--- a/src/corelib/tools/qbytedata_p.h
+++ b/src/corelib/tools/qbytedata_p.h
@@ -45,6 +45,8 @@
#include <qbytearray.h>
+QT_BEGIN_NAMESPACE
+
// this class handles a list of QByteArrays. It is a variant of QRingBuffer
// that avoid malloc/realloc/memcpy.
class QByteDataBuffer
@@ -196,5 +198,6 @@ public:
}
};
+QT_END_NAMESPACE
#endif // QBYTEDATA_H