summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qsavefile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/io/qsavefile.h')
-rw-r--r--src/corelib/io/qsavefile.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/corelib/io/qsavefile.h b/src/corelib/io/qsavefile.h
index 32af4a708e..6d81f58d42 100644
--- a/src/corelib/io/qsavefile.h
+++ b/src/corelib/io/qsavefile.h
@@ -75,6 +75,9 @@ public:
void cancelWriting();
+ void setDirectWriteFallback(bool enabled);
+ bool directWriteFallback() const;
+
protected:
qint64 writeData(const char *data, qint64 len) Q_DECL_OVERRIDE;