summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qfiledevice_p.h
diff options
context:
space:
mode:
authorAlex Trotsenko <alex1973tr@gmail.com>2015-09-12 21:29:13 +0300
committerAlex Trotsenko <alex1973tr@gmail.com>2016-01-29 09:14:36 +0000
commit8f92baf5c946a93430e73adc79b4435060840777 (patch)
tree6ea19568c3f0707dbf392c4f321482f5da024ff9 /src/corelib/io/qfiledevice_p.h
parentf416561702e6162466ce23818a987db69a5053b5 (diff)
Adapt QFileDevice to use QIODevice's write buffer
Also, bump the TypeInformationVersion field in qtHookData, to notify the Qt Creator developers that the offset of QFilePrivate::fileName was changed and dumpers should be adapted. Change-Id: I71bc5f509b733c0ab3430cd47ff08961f0388839 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'src/corelib/io/qfiledevice_p.h')
-rw-r--r--src/corelib/io/qfiledevice_p.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/corelib/io/qfiledevice_p.h b/src/corelib/io/qfiledevice_p.h
index d3dcb34dd6..60c51afb7e 100644
--- a/src/corelib/io/qfiledevice_p.h
+++ b/src/corelib/io/qfiledevice_p.h
@@ -52,7 +52,6 @@
//
#include "private/qiodevice_p.h"
-#include "private/qringbuffer_p.h"
QT_BEGIN_NAMESPACE
@@ -77,7 +76,6 @@ protected:
void setError(QFileDevice::FileError err, int errNum);
mutable QAbstractFileEngine *fileEngine;
- QRingBuffer writeBuffer;
mutable qint64 cachedSize;
QFileDevice::FileHandleFlags handleFlags;