aboutsummaryrefslogtreecommitdiffstats
path: root/plugin/cursornavigation.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/cursornavigation.h')
-rw-r--r--plugin/cursornavigation.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugin/cursornavigation.h b/plugin/cursornavigation.h
index a9309fb..2217679 100644
--- a/plugin/cursornavigation.h
+++ b/plugin/cursornavigation.h
@@ -27,10 +27,13 @@ public:
private:
void setCursorOnItem(QQuickItem *item);
+ void onActiveFocusItemChanged();
+
static CursorNavigationAttached *cursorNavigationAttachment(QQuickItem *item);
private:
static const char windowPropertyName[];
+ QQuickWindow *m_window;
InputAdapter m_inputAdapter;
QQuickItem *m_currentItem; //item that currently has the cursor
QList<CursorNavigationAlgorithm*> m_algorithms;