Avoid unused parameter
Change-Id: Icfc7e4e2d6cd030fc0509ad4724b577f88c4e850 Reviewed-by: Robin Burchell <robin.burchell@viroteck.net>
This commit is contained in:
parent
03e95c8b8c
commit
4ca2fc4d1b
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user