From c5fd30b28561ffda729ffa016aed2cd216e44236 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Tue, 24 Mar 2015 14:04:29 +0200 Subject: Implement flush function in WinRT file engine This is needed by the abstract file engine. Change-Id: Ia7ceca1be59f00a90e96e97ccd394634bad8b02f Task-number: QTBUG-44969 Reviewed-by: Andrew Knight --- src/plugins/platforms/winrt/qwinrtfileengine.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/platforms/winrt/qwinrtfileengine.h') diff --git a/src/plugins/platforms/winrt/qwinrtfileengine.h b/src/plugins/platforms/winrt/qwinrtfileengine.h index 30357759fb..983338f2e2 100644 --- a/src/plugins/platforms/winrt/qwinrtfileengine.h +++ b/src/plugins/platforms/winrt/qwinrtfileengine.h @@ -71,6 +71,7 @@ public: bool open(QIODevice::OpenMode openMode) Q_DECL_OVERRIDE; bool close() Q_DECL_OVERRIDE; + bool flush() Q_DECL_OVERRIDE; qint64 size() const Q_DECL_OVERRIDE; qint64 pos() const Q_DECL_OVERRIDE; bool seek(qint64 pos) Q_DECL_OVERRIDE; -- cgit v1.2.3