Fix new unused variable warning
This commit is contained in:
parent
7ef8409157
commit
6b8943bddd
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ void WaylandServer::createSurface(T *surface)
|
||||||
}
|
}
|
||||||
|
|
||||||
//not directly connected as the connection is tied to client instead of this
|
//not directly connected as the connection is tied to client instead of this
|
||||||
connect(m_XdgForeign, &KWayland::Server::XdgForeignInterface::transientChanged, client, [this](KWayland::Server::SurfaceInterface *child, KWayland::Server::SurfaceInterface *parent) {
|
connect(m_XdgForeign, &KWayland::Server::XdgForeignInterface::transientChanged, client, [this](KWayland::Server::SurfaceInterface *child) {
|
||||||
emit foreignTransientChanged(child);
|
emit foreignTransientChanged(child);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue