Skip to content
  • Martin Flöser's avatar
    [wayland] Create event dispatcher in QPA plugin · abb9bf13
    Martin Flöser authored
    We no longer need to have the event dispatcher created before starting
    the QApplication, thus we can leave it to the QPA plugin to creat it.
    
    Also we don't need to implement our own dispatcher any more but can
    use one from Qt5PlatformSupport as we link it anyways. The special
    need for dispatching the WaylandServer is no longer needed as we can
    explicitly dispatch it from the QPA plugin if needed.
    abb9bf13