summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/io.pri
diff options
context:
space:
mode:
authorMarkus Goetz <Markus.Goetz@nokia.com>2009-05-13 09:03:03 (GMT)
committerMarkus Goetz <Markus.Goetz@nokia.com>2009-05-13 11:42:04 (GMT)
commit78866bec190ca56f977d5a4b5130bbd3d2e8c412 (patch)
tree6fe17f70fdec8540c96470f611cc5c7f5bc711a7 /src/corelib/io/io.pri
parent0076f04c3637aaebb4d70d7c7e5fd0a78527c260 (diff)
downloadQt-78866bec190ca56f977d5a4b5130bbd3d2e8c412.zip
Qt-78866bec190ca56f977d5a4b5130bbd3d2e8c412.tar.gz
Qt-78866bec190ca56f977d5a4b5130bbd3d2e8c412.tar.bz2
QNonContiguousByteDevice: An wrapper around QByteArray, QIODevice, ...
New private class, needed for the rewrite of the upload side of QNetworkAccessManager. Allows to have a "byte pointer view" on stuff like QRingBuffer, QByteArray, QFile and any QIODevice. Reviewed-by: Thiago Macieira Reviewed-by: Peter Hartmann
Diffstat (limited to 'src/corelib/io/io.pri')
-rw-r--r--src/corelib/io/io.pri2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/corelib/io/io.pri b/src/corelib/io/io.pri
index c62959d..8f37e25 100644
--- a/src/corelib/io/io.pri
+++ b/src/corelib/io/io.pri
@@ -12,6 +12,7 @@ HEADERS += \
io/qfileinfo.h \
io/qiodevice.h \
io/qiodevice_p.h \
+ io/qnoncontiguousbytedevice_p.h \
io/qprocess.h \
io/qprocess_p.h \
io/qtextstream.h \
@@ -37,6 +38,7 @@ SOURCES += \
io/qfile.cpp \
io/qfileinfo.cpp \
io/qiodevice.cpp \
+ io/qnoncontiguousbytedevice.cpp \
io/qprocess.cpp \
io/qtextstream.cpp \
io/qtemporaryfile.cpp \