Avoid unused parameter

Change-Id: Icfc7e4e2d6cd030fc0509ad4724b577f88c4e850
Reviewed-by: Robin Burchell <robin.burchell@viroteck.net>
This commit is contained in:
Laszlo Agocs 2014-09-05 17:01:56 +02:00 committed by Robin Burchell
parent 03e95c8b8c
commit 4ca2fc4d1b

View File

@ -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)