diff options
| author | Glenn Smith <glenn@vector35.com> | 2021-04-13 01:30:44 -0400 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2021-04-13 01:32:11 -0400 |
| commit | f287e50a22fa88f02da56782983669c903113230 (patch) | |
| tree | c0579fd1bf77d2061d6a40cb7f2d9221e307bff1 /ui/tokenizedtextview.h | |
| parent | c45eb55186491d1f7f268a4134ff478fba782374 (diff) | |
Toggle/Make Float Variable actions #2069
Diffstat (limited to 'ui/tokenizedtextview.h')
| -rw-r--r-- | ui/tokenizedtextview.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/tokenizedtextview.h b/ui/tokenizedtextview.h index fc718311..c76d65af 100644 --- a/ui/tokenizedtextview.h +++ b/ui/tokenizedtextview.h @@ -86,6 +86,9 @@ class BINARYNINJAUIAPI TokenizedTextView: public QAbstractScrollArea, public Vie void makeInt32(); void makeInt64(); void toggleIntSize(); + void makeFloat32(); + void makeFloat64(); + void toggleFloatSize(); void makePtr(); void makeString(); void changeType(); |
