aboutsummaryrefslogtreecommitdiffstats
path: root/plugin/cursornavigation.h
diff options
context:
space:
mode:
authorAntti Hölttä <AHoelttae@luxoft.com>2018-12-04 14:48:36 +0100
committerAntti Hölttä <AHoelttae@luxoft.com>2019-03-18 16:33:53 +0100
commitc58955328688a73bea53f65cd38dd3f07229b3e9 (patch)
tree33ae5c8968d40c18cc9a7ddfd3e1a19efd579be5 /plugin/cursornavigation.h
parent7a99a87e91f316e312bef8260534748d8b0df12c (diff)
cursor trapping and navigation out of a scope works now as intended
done by precopying the list of candidates. Could avoid extra list copies if the algorithm traversed the tree, but this is simpler and works for now
Diffstat (limited to 'plugin/cursornavigation.h')
-rw-r--r--plugin/cursornavigation.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/cursornavigation.h b/plugin/cursornavigation.h
index 34dd794..f3a6f91 100644
--- a/plugin/cursornavigation.h
+++ b/plugin/cursornavigation.h
@@ -42,6 +42,7 @@ private:
void _move(qreal angle, qreal tolerance, bool discrete);
CursorNavigationAttached *_find(qreal angle, qreal tolerance, bool discrete);
+ CursorNavigationAttached *defaultItem();
private:
static const char windowPropertyName[];