summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qfiledevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/io/qfiledevice.h')
-rw-r--r--src/corelib/io/qfiledevice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/io/qfiledevice.h b/src/corelib/io/qfiledevice.h
index af41bec2f6..2d524193c5 100644
--- a/src/corelib/io/qfiledevice.h
+++ b/src/corelib/io/qfiledevice.h
@@ -100,7 +100,7 @@ public:
FileError error() const;
void unsetError();
- virtual void close() override;
+ void close() override;
bool isSequential() const override;