From c5ae680e93164baf7499ac6822ab0621a5af24d6 Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Thu, 28 May 2020 19:37:36 -0400 Subject: Update to Qt 5.15 --- ui/flowgraphwidget.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ui/flowgraphwidget.h') 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); -- cgit v1.3.1