aboutsummaryrefslogtreecommitdiffstats
path: root/plugin/cursornavigationattached.cpp
diff options
context:
space:
mode:
authorAntti Hoelttae <ahoelttae@luxoft.com>2019-03-11 08:45:16 -0700
committerAntti Hölttä <AHoelttae@luxoft.com>2019-03-18 16:43:04 +0100
commit4b5670aad31bd066abfbc62354a8b91796d7183a (patch)
tree8892cdf34f332959f453307bee0e210c520e5537 /plugin/cursornavigationattached.cpp
parent13427797da2464f60412b80b2ad2c4559fc63711 (diff)
Reparenting test
Diffstat (limited to 'plugin/cursornavigationattached.cpp')
-rw-r--r--plugin/cursornavigationattached.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/cursornavigationattached.cpp b/plugin/cursornavigationattached.cpp
index 133890e..49fe5ae 100644
--- a/plugin/cursornavigationattached.cpp
+++ b/plugin/cursornavigationattached.cpp
@@ -205,7 +205,7 @@ void CursorNavigationAttached::escape()
void CursorNavigationAttached::onWindowChanged(QQuickWindow *window)
{
- //qDebug() << "window changed, window = " << window;
+ qDebug() << "window changed, window = " << window;
if (m_cursorNavigation && m_acceptsCursor)
m_cursorNavigation->unregisterItem(this);