From 5019d87a1936a07f86512d6de5cbd4b0db3ea25b Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Tue, 27 Aug 2019 07:37:10 -0400 Subject: Add support for showing structure offsets and inferring types via hotkey, add changing names/types of structure members from linear/graph view --- ui/linearview.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/linearview.h') diff --git a/ui/linearview.h b/ui/linearview.h index 486b2326..fe31de8a 100644 --- a/ui/linearview.h +++ b/ui/linearview.h @@ -162,6 +162,7 @@ private Q_SLOTS: void makePtr(); void makeString(); void changeType(); + void inferStructureType(); size_t getStringLength(uint64_t startAddr); void displayAsDefault(); -- cgit v1.3.1