[wayland] Fix typo in 2ff903e
This commit is contained in:
parent
2ff903e8b3
commit
f2bcccedf4
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue