summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/qnx/qqnxrasterwindow.h
diff options
context:
space:
mode:
authorAlexander Volkov <a.volkov@rusbitech.ru>2016-11-27 11:30:47 +0300
committerAlexander Volkov <a.volkov@rusbitech.ru>2016-11-29 21:44:04 +0000
commit5a1ff374858879eeb10d62ddfd353b0e66ca49b4 (patch)
tree93c29176bd37220029780fdda17eb54943f6944a /src/plugins/platforms/qnx/qqnxrasterwindow.h
parent7d6d70afe7ee7045e866a0507dc3986666b16e8f (diff)
QNX: Add missing override
Change-Id: Idb6216a645f7c9791674d16665331a63da46b132 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> Reviewed-by: James McDonnell <jmcdonnell@blackberry.com>
Diffstat (limited to 'src/plugins/platforms/qnx/qqnxrasterwindow.h')
-rw-r--r--src/plugins/platforms/qnx/qqnxrasterwindow.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/platforms/qnx/qqnxrasterwindow.h b/src/plugins/platforms/qnx/qqnxrasterwindow.h
index 53ab29e443..99396efd57 100644
--- a/src/plugins/platforms/qnx/qqnxrasterwindow.h
+++ b/src/plugins/platforms/qnx/qqnxrasterwindow.h
@@ -58,13 +58,13 @@ public:
bool hasBuffers() const { return !bufferSize().isEmpty(); }
- void setParent(const QPlatformWindow *window);
+ void setParent(const QPlatformWindow *window) override;
void adjustBufferSize();
protected:
- int pixelFormat() const;
- void resetBuffers();
+ int pixelFormat() const override;
+ void resetBuffers() override;
// Copies content from the previous buffer (back buffer) to the current buffer (front buffer)
void blitPreviousToCurrent(const QRegion &region, int dx, int dy, bool flush=false);