summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylandvulkanwindow_p.h
diff options
context:
space:
mode:
authorDavid Redondo <qt@david-redondo.de>2022-10-12 09:01:07 +0200
committerDavid Redondo <qt@david-redondo.de>2022-12-08 10:31:45 +0100
commitf8c8a06f08583a48e953fc989241b94325760618 (patch)
tree27e2378318bfc8abcb81bef75a3dbbc39aff320c /src/client/qwaylandvulkanwindow_p.h
parent23d3fc712cdf7fc0a4ff837082de9ba773e8605c (diff)
client: Implement QNativeInterface::Private::QWaylandWindow
Task-number: QTBUG-94729 Change-Id: Ib79f3199a4518700aa032c5ca4760a2b53c401e5 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: David Edmundson <davidedmundson@kde.org>
Diffstat (limited to 'src/client/qwaylandvulkanwindow_p.h')
-rw-r--r--src/client/qwaylandvulkanwindow_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/qwaylandvulkanwindow_p.h b/src/client/qwaylandvulkanwindow_p.h
index d71fb277c..df24e5dbd 100644
--- a/src/client/qwaylandvulkanwindow_p.h
+++ b/src/client/qwaylandvulkanwindow_p.h
@@ -30,7 +30,7 @@ public:
WindowType windowType() const override;
- VkSurfaceKHR *surface();
+ VkSurfaceKHR *vkSurface();
private:
VkSurfaceKHR m_surface = VK_NULL_HANDLE;