summaryrefslogtreecommitdiff
path: root/ui/flowgraphwidget.h
diff options
context:
space:
mode:
authorRusty Wagner <rusty@vector35.com>2020-05-28 19:37:36 -0400
committerRusty Wagner <rusty@vector35.com>2020-05-29 23:59:09 -0400
commitc5ae680e93164baf7499ac6822ab0621a5af24d6 (patch)
treea675a7cc47f613ac4924daba8acced8e21119d56 /ui/flowgraphwidget.h
parent13b7a030ad88730d4fde7dfbe27f6d0b0ae65084 (diff)
Update to Qt 5.15
Diffstat (limited to 'ui/flowgraphwidget.h')
-rw-r--r--ui/flowgraphwidget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/flowgraphwidget.h b/ui/flowgraphwidget.h
index 036d042c..b4c87e31 100644
--- a/ui/flowgraphwidget.h
+++ b/ui/flowgraphwidget.h
@@ -199,8 +199,8 @@ public:
virtual BinaryViewRef getData() override { return m_data; }
virtual uint64_t getCurrentOffset() override;
- virtual void getSelectionOffsets(uint64_t& begin, uint64_t& end) override;
- virtual void getSelectionForInfo(uint64_t& begin, uint64_t& end) override;
+ virtual BNAddressRange getSelectionOffsets() override;
+ virtual BNAddressRange getSelectionForInfo() override;
virtual bool navigate(uint64_t pos) override;
virtual bool navigateToFunction(FunctionRef func, uint64_t pos) override;
bool navigateWithHistoryEntry(uint64_t addr, FlowGraphHistoryEntry* entry);