[wayland] Fix typo in 2ff903e

icc-effect-5.14.5
Martin Gräßlin 2015-05-20 08:57:51 +02:00
parent 2ff903e8b3
commit f2bcccedf4
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@ void ShellClient::findInternalWindow()
}
m_internalWindow = w;
connect(m_internalWindow, &QWindow::xChanged, this, &ShellClient::updateInternalWindowGeometry);
connect(m_internalWindow, &QWindow::xChanged, this, &ShellClient::updateInternalWindowGeometry);
connect(m_internalWindow, &QWindow::yChanged, this, &ShellClient::updateInternalWindowGeometry);
return;
}
}