Skip to content
  • Volker Krause's avatar
    Remove unused surface property · 28210372
    Volker Krause authored and Vlad Zahorodnii's avatar Vlad Zahorodnii committed
    This helps with the Qt6 build, as  KWaylandServer::SurfaceInterface is a
    QObject subclass used in a property here, while we are only able to
    forward declare it here as it comes from a library we don't link against.
    And that's no longer supported in Qt6.
    28210372