summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qfiledevice_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/io/qfiledevice_p.h')
-rw-r--r--src/corelib/io/qfiledevice_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/io/qfiledevice_p.h b/src/corelib/io/qfiledevice_p.h
index 60c51afb7e..47053d01b7 100644
--- a/src/corelib/io/qfiledevice_p.h
+++ b/src/corelib/io/qfiledevice_p.h
@@ -69,7 +69,7 @@ protected:
inline bool ensureFlushed() const;
- bool putCharHelper(char c) Q_DECL_OVERRIDE;
+ bool putCharHelper(char c) override;
void setError(QFileDevice::FileError err);
void setError(QFileDevice::FileError err, const QString &errorString);