summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/winrt/qwinrtintegration.h
diff options
context:
space:
mode:
authorOliver Wolff <oliver.wolff@digia.com>2013-10-10 09:17:52 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-12 01:11:22 +0200
commit6719307a891e3e935e5a589aaceeefb884772378 (patch)
tree60e9b9b4600ef8a506c4e5ec8cf3d1cc7a61e152 /src/plugins/platforms/winrt/qwinrtintegration.h
parentdf25dfef46b1174e6f545e681be3f0ef1541fd75 (diff)
WinRT: Adopt new event dispatcher approach for WinRT plugin
Change-Id: I5605cbe926b57b981071d71187aca6af5d2e6269 Reviewed-by: Andrew Knight <andrew.knight@digia.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Diffstat (limited to 'src/plugins/platforms/winrt/qwinrtintegration.h')
-rw-r--r--src/plugins/platforms/winrt/qwinrtintegration.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/platforms/winrt/qwinrtintegration.h b/src/plugins/platforms/winrt/qwinrtintegration.h
index b53c1cf7d2..6cf2c3e5f2 100644
--- a/src/plugins/platforms/winrt/qwinrtintegration.h
+++ b/src/plugins/platforms/winrt/qwinrtintegration.h
@@ -68,7 +68,7 @@ public:
QPlatformWindow *createPlatformWindow(QWindow *window) const;
QPlatformBackingStore *createPlatformBackingStore(QWindow *window) const;
QPlatformOpenGLContext *createPlatformOpenGLContext(QOpenGLContext *context) const;
- QAbstractEventDispatcher *guiThreadEventDispatcher() const;
+ QAbstractEventDispatcher *createEventDispatcher() const;
QPlatformFontDatabase *fontDatabase() const;
QPlatformInputContext *inputContext() const;
QPlatformServices *services() const;
@@ -76,7 +76,6 @@ public:
private:
bool m_success;
QWinRTScreen *m_screen;
- QAbstractEventDispatcher *m_eventDispatcher;
QPlatformFontDatabase *m_fontDatabase;
QPlatformServices *m_services;
};