summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qnoncontiguousbytedevice.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/io/qnoncontiguousbytedevice.cpp')
-rw-r--r--src/corelib/io/qnoncontiguousbytedevice.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/corelib/io/qnoncontiguousbytedevice.cpp b/src/corelib/io/qnoncontiguousbytedevice.cpp
index f3d5bec196..b8ccbaaa7a 100644
--- a/src/corelib/io/qnoncontiguousbytedevice.cpp
+++ b/src/corelib/io/qnoncontiguousbytedevice.cpp
@@ -48,12 +48,11 @@ QT_BEGIN_NAMESPACE
/*!
\class QNonContiguousByteDevice
+ \inmodule QtCore
\brief A QNonContiguousByteDevice is a representation of a
file, array or buffer that allows access with a read pointer.
\since 4.6
- \inmodule QtCore
-
The goal of this class is to have a data representation that
allows us to avoid doing a memcpy as we have to do with QIODevice.
@@ -466,9 +465,8 @@ qint64 QByteDeviceWrappingIoDevice::writeData( const char* data, qint64 maxSize)
/*!
\class QNonContiguousByteDeviceFactory
- \since 4.6
-
\inmodule QtCore
+ \since 4.6
Creates a QNonContiguousByteDevice out of a QIODevice,
QByteArray etc.