aboutsummaryrefslogtreecommitdiffstats
path: root/plugin/cursornavigation.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/cursornavigation.h')
-rw-r--r--plugin/cursornavigation.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugin/cursornavigation.h b/plugin/cursornavigation.h
index 12468e4..96c5e67 100644
--- a/plugin/cursornavigation.h
+++ b/plugin/cursornavigation.h
@@ -20,8 +20,6 @@ public:
CursorNavigation(QQuickWindow *parent);
bool inputCommand(const CursorNavigationCommand &cmd);
- void move(QVector2D moveVector);
- void action();
static CursorNavigationAttached *qmlAttachedProperties(QObject *object);
@@ -46,7 +44,7 @@ private:
QList<CursorNavigationAlgorithm*> m_algorithms;
//a root item that is not tied to any actual QQuickItem
CursorNavigationAttached *m_rootItem;
- QStack<CursorNavigationAttached*> m_scopeStack;
+ //QStack<CursorNavigationAttached*> m_scopeStack;
friend class CursorNavigationAttached;
};