summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qrasterwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/kernel/qrasterwindow.h')
-rw-r--r--src/gui/kernel/qrasterwindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/kernel/qrasterwindow.h b/src/gui/kernel/qrasterwindow.h
index 9b29183ad6..6dee03c3ad 100644
--- a/src/gui/kernel/qrasterwindow.h
+++ b/src/gui/kernel/qrasterwindow.h
@@ -57,8 +57,8 @@ public:
~QRasterWindow();
protected:
- int metric(PaintDeviceMetric metric) const Q_DECL_OVERRIDE;
- QPaintDevice *redirected(QPoint *) const Q_DECL_OVERRIDE;
+ int metric(PaintDeviceMetric metric) const override;
+ QPaintDevice *redirected(QPoint *) const override;
private:
Q_DISABLE_COPY(QRasterWindow)