[xdgshell] Remove unused captured variable
This commit is contained in:
parent
bc4d1cf129
commit
87fbdd04fe
1 changed files with 1 additions and 1 deletions
|
@ -438,7 +438,7 @@ void XdgSurfaceWindow::installPlasmaShellSurface(PlasmaShellSurfaceInterface *sh
|
|||
auto updatePosition = [this, shellSurface] {
|
||||
move(shellSurface->position());
|
||||
};
|
||||
auto moveUnderCursor = [this, shellSurface] {
|
||||
auto moveUnderCursor = [this] {
|
||||
// Wait for the first commit
|
||||
auto connection = new QMetaObject::Connection;
|
||||
*connection = connect(this, &Window::windowShown, [this, connection] () {
|
||||
|
|
Loading…
Reference in a new issue