aboutsummaryrefslogtreecommitdiffstats
path: root/plugin/cursornavigationattached.cpp
diff options
context:
space:
mode:
authorAntti Hölttä <AHoelttae@luxoft.com>2018-12-18 11:18:45 +0100
committerAntti Hölttä <AHoelttae@luxoft.com>2019-03-18 16:34:23 +0100
commitfe5883489b5fffc2a833daa4d6a18cef1ac10696 (patch)
tree7fa99b5da6ceac1e24c0530e665c62f3b7e5dbc6 /plugin/cursornavigationattached.cpp
parent593b6cd83f1bb991358564d030c08abd8b0ab3d8 (diff)
Add an alternative list based tabbar to the mainpage, fix page 2 a bit
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 ffa1b93..1757d12 100644
--- a/plugin/cursornavigationattached.cpp
+++ b/plugin/cursornavigationattached.cpp
@@ -212,7 +212,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);