summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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