summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/winrt/qwinrteventdispatcher.h
diff options
context:
space:
mode:
authorAlexander Volkov <a.volkov@rusbitech.ru>2016-11-27 11:22:44 +0300
committerAlexander Volkov <a.volkov@rusbitech.ru>2016-11-30 10:52:18 +0000
commit1a0e690d50ff3b99a8a2e785c711b43f71de8459 (patch)
tree42cbc5324609a0a30fbd82018b77ce33bc511f19 /src/plugins/platforms/winrt/qwinrteventdispatcher.h
parentaac3a4c032d3aa96c8c25402bbc72c78348401d0 (diff)
winrt: Add missing override
Change-Id: I2f257756bc606f8eb5cad2afe67b90810a2e394c Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io>
Diffstat (limited to 'src/plugins/platforms/winrt/qwinrteventdispatcher.h')
-rw-r--r--src/plugins/platforms/winrt/qwinrteventdispatcher.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/platforms/winrt/qwinrteventdispatcher.h b/src/plugins/platforms/winrt/qwinrteventdispatcher.h
index c04e9fca12..4c5c19c6b0 100644
--- a/src/plugins/platforms/winrt/qwinrteventdispatcher.h
+++ b/src/plugins/platforms/winrt/qwinrteventdispatcher.h
@@ -51,8 +51,8 @@ public:
explicit QWinRTEventDispatcher(QObject *parent = 0);
protected:
- bool hasPendingEvents();
- bool sendPostedEvents(QEventLoop::ProcessEventsFlags flags);
+ bool hasPendingEvents() override;
+ bool sendPostedEvents(QEventLoop::ProcessEventsFlags flags) override;
};
QT_END_NAMESPACE