From 4ca2fc4d1b7b6dd7be7b6c46fe36d7b9efc2b49b Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Fri, 5 Sep 2014 17:01:56 +0200 Subject: [PATCH] Avoid unused parameter Change-Id: Icfc7e4e2d6cd030fc0509ad4724b577f88c4e850 Reviewed-by: Robin Burchell --- src/plugins/platforms/wayland/qwaylandshellsurface.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/platforms/wayland/qwaylandshellsurface.cpp b/src/plugins/platforms/wayland/qwaylandshellsurface.cpp index d68ae1b5d16..a3855dac0d6 100644 --- a/src/plugins/platforms/wayland/qwaylandshellsurface.cpp +++ b/src/plugins/platforms/wayland/qwaylandshellsurface.cpp @@ -50,6 +50,7 @@ QWaylandShellSurface::QWaylandShellSurface(QWaylandWindow *window) void QWaylandShellSurface::setWindowFlags(Qt::WindowFlags flags) { + Q_UNUSED(flags); } void QWaylandShellSurface::sendProperty(const QString &name, const QVariant &value)