Get wayland plugin working again.
[profile/ivi/qtwayland.git] / src / plugins / platforms / wayland / qwaylanddisplay.h
index 5226f0d..840f768 100644 (file)
@@ -49,6 +49,7 @@
 
 #include <wayland-client.h>
 
+class QAbstractEventDispatcher;
 class QWaylandInputDevice;
 class QSocketNotifier;
 class QWaylandBuffer;
@@ -91,6 +92,8 @@ public:
 
     QList<QWaylandInputDevice *> inputDevices() const { return mInputDevices; }
 
+    void eventDispatcherCreated(QAbstractEventDispatcher *dispatcher);
+
 public slots:
     void createNewScreen(struct wl_output *output, QRect geometry);
     void readEvents();