aboutsummaryrefslogtreecommitdiffstats
path: root/plugin/cursornavigation.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/cursornavigation.h')
-rw-r--r--plugin/cursornavigation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/cursornavigation.h b/plugin/cursornavigation.h
index 5829ff9..86f9b58 100644
--- a/plugin/cursornavigation.h
+++ b/plugin/cursornavigation.h
@@ -65,7 +65,7 @@ public:
//void setMagnitude(qreal angle, qreal magnitude);
//void setMagnitude(const QVector2D& vector);
//move the cursor
- bool move(qreal angle, qreal tolerance, bool discrete);
+ bool move(qreal angle, qreal offset, qreal tolerance, bool discrete);
//find the next item without moving the cursor
QQuickItem *find(qreal angle, qreal tolerance, bool discrete);
bool action(Action action);