From f2bcccedf497e960d3935310bc40faa5cbcbb1bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Wed, 20 May 2015 08:57:51 +0200 Subject: [PATCH] [wayland] Fix typo in 2ff903e --- shell_client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell_client.cpp b/shell_client.cpp index 4bfbb055e7..8cfa08914a 100644 --- a/shell_client.cpp +++ b/shell_client.cpp @@ -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; } }