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/flowgraphwidget.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/flowgraphwidget.h') diff --git a/ui/flowgraphwidget.h b/ui/flowgraphwidget.h index 3ec61019..9c4dfcd0 100644 --- a/ui/flowgraphwidget.h +++ b/ui/flowgraphwidget.h @@ -283,6 +283,7 @@ private Q_SLOTS: void undefineFunc(); void createFunc(); void changeType(); + void inferStructureType(); void comment(); void addUserXref(); void functionComment(); -- cgit v1.3.1