summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/wayland_common/qwaylandintegration.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/platforms/wayland_common/qwaylandintegration.h')
-rw-r--r--src/plugins/platforms/wayland_common/qwaylandintegration.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/plugins/platforms/wayland_common/qwaylandintegration.h b/src/plugins/platforms/wayland_common/qwaylandintegration.h
index fe9b113e3..e9f8b73ad 100644
--- a/src/plugins/platforms/wayland_common/qwaylandintegration.h
+++ b/src/plugins/platforms/wayland_common/qwaylandintegration.h
@@ -48,7 +48,6 @@ QT_BEGIN_NAMESPACE
class QWaylandBuffer;
class QWaylandDisplay;
-class QAbstractEventDispatcher;
class QWaylandIntegration : public QPlatformIntegration
{
@@ -61,7 +60,8 @@ public:
QPlatformOpenGLContext *createPlatformOpenGLContext(QOpenGLContext *context) const;
QPlatformBackingStore *createPlatformBackingStore(QWindow *window) const;
- QAbstractEventDispatcher *guiThreadEventDispatcher() const;
+ QAbstractEventDispatcher *createEventDispatcher() const;
+ void initialize();
QPlatformFontDatabase *fontDatabase() const;
@@ -87,7 +87,6 @@ public:
private:
QPlatformFontDatabase *mFontDb;
- QAbstractEventDispatcher *mEventDispatcher;
QPlatformClipboard *mClipboard;
QPlatformDrag *mDrag;
QWaylandDisplay *mDisplay;