summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@digia.com>2014-09-05 17:01:56 +0200
committerRobin Burchell <robin.burchell@viroteck.net>2014-09-05 22:17:20 +0200
commitdc055c3edf46ac4b37920cb9a0f94b34db0bd3cb (patch)
tree4333333f7cd2f279cbbb7c63446978140d8892a1
parentc2e0ac632339d249752e7f773c3a8cb2a3919cde (diff)
Avoid unused parameter
Change-Id: Icfc7e4e2d6cd030fc0509ad4724b577f88c4e850 Reviewed-by: Robin Burchell <robin.burchell@viroteck.net>
-rw-r--r--src/client/qwaylandshellsurface.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/qwaylandshellsurface.cpp b/src/client/qwaylandshellsurface.cpp
index d68ae1b5d..a3855dac0 100644
--- a/src/client/qwaylandshellsurface.cpp
+++ b/src/client/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)