diff options
| author | David Edmundson <[email protected]> | 2025-09-24 14:16:35 +0100 |
|---|---|---|
| committer | David Edmundson <[email protected]> | 2025-10-11 14:26:28 +0100 |
| commit | d7b1910575a87d06ec6af8257bd85d3e4ac6ac91 (patch) | |
| tree | 006e6a4fa37d572d2d94549f6b14b7a82eef1bf8 /src | |
| parent | 0e8073278cf4d525a198960f83a62ba73e0384a6 (diff) | |
wayland: Bump version of QWaylandApplication native interface
It was missed when a new virtual was added. Amends
b5147dca11ea67f72c8292d95f7de7f6853b11fc
Change-Id: I38a94f537b4becc9d92485af099ace5a29c5762b
Reviewed-by: Tor Arne Vestbø <[email protected]>
Diffstat (limited to 'src')
| -rw-r--r-- | src/gui/kernel/qguiapplication_platform.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qguiapplication_platform.h b/src/gui/kernel/qguiapplication_platform.h index b3e753a9f49..c11f268c177 100644 --- a/src/gui/kernel/qguiapplication_platform.h +++ b/src/gui/kernel/qguiapplication_platform.h @@ -70,7 +70,7 @@ struct Q_GUI_EXPORT QX11Application #if QT_CONFIG(wayland) || defined(Q_QDOC) struct Q_GUI_EXPORT QWaylandApplication { - QT_DECLARE_NATIVE_INTERFACE(QWaylandApplication, 1, QGuiApplication) + QT_DECLARE_NATIVE_INTERFACE(QWaylandApplication, 2, QGuiApplication) virtual wl_display *display() const = 0; virtual wl_compositor *compositor() const = 0; virtual wl_seat *seat() const = 0; |
