From 3c915ab6b18c4fd7f53726197cf39d83551e18a6 Mon Sep 17 00:00:00 2001 From: Robert Loehning Date: Mon, 14 Nov 2016 15:29:48 +0100 Subject: Add missing override to initialize in QWaylandIviSurface Change-Id: I341a8969bcdf31a84e29778312e249277797e510 Reviewed-by: Johan Helsing --- src/compositor/extensions/qwaylandivisurface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compositor/extensions/qwaylandivisurface.h b/src/compositor/extensions/qwaylandivisurface.h index 37c37c0f3..ec5365077 100644 --- a/src/compositor/extensions/qwaylandivisurface.h +++ b/src/compositor/extensions/qwaylandivisurface.h @@ -81,7 +81,7 @@ Q_SIGNALS: void iviIdChanged(); private: - void initialize(); + void initialize() Q_DECL_OVERRIDE; }; QT_END_NAMESPACE -- cgit v1.2.3