From 84aec97c835752d0243266e97e2093ce84d0a685 Mon Sep 17 00:00:00 2001 From: Johan Klokkhammer Helsing Date: Mon, 11 Jul 2016 11:38:50 +0200 Subject: [PATCH] Fix clang compilation errors Adds missing overrides and removes a private header generated by wayland-scanner from the public API. Change-Id: I53fc3f8bacca41821f0531aae02ca2a5da758e13 Reviewed-by: Giulio Camuffo --- .../platforms/wayland/global/qwaylandclientextension.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/plugins/platforms/wayland/global/qwaylandclientextension.h b/src/plugins/platforms/wayland/global/qwaylandclientextension.h index 9ff45ea00d0..afb3f868fba 100644 --- a/src/plugins/platforms/wayland/global/qwaylandclientextension.h +++ b/src/plugins/platforms/wayland/global/qwaylandclientextension.h @@ -39,7 +39,9 @@ #include #include -#include + +struct wl_registry; + QT_BEGIN_NAMESPACE namespace QtWaylandClient {