summaryrefslogtreecommitdiff
path: root/ui/flowgraphwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/flowgraphwidget.h')
-rw-r--r--ui/flowgraphwidget.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/flowgraphwidget.h b/ui/flowgraphwidget.h
index 7407e00c..65254971 100644
--- a/ui/flowgraphwidget.h
+++ b/ui/flowgraphwidget.h
@@ -61,6 +61,9 @@ class BINARYNINJAUIAPI FlowGraphWidget: public QAbstractScrollArea, public View,
size_t lineIndexForAddress;
size_t tokenIndex;
size_t characterIndex;
+ // Directly from QMouseEvent, not used in comparator
+ int cursorX;
+ int cursorY;
bool operator<(const CursorPosition& other) const;
};