diff options
| author | Peter LaFosse <peter@vector35.com> | 2019-08-27 07:37:10 -0400 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2019-08-27 07:37:15 -0400 |
| commit | 5019d87a1936a07f86512d6de5cbd4b0db3ea25b (patch) | |
| tree | b89783a027351987c11ecaaae9b39c3162adea96 /ui/flowgraphwidget.h | |
| parent | 6d0c013a6b21aad1afdc413aea0392fe805adabd (diff) | |
Add support for showing structure offsets and inferring types via hotkey, add changing names/types of structure members from linear/graph view
Diffstat (limited to 'ui/flowgraphwidget.h')
| -rw-r--r-- | ui/flowgraphwidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
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(); |
