summaryrefslogtreecommitdiff
path: root/ui/linearview.h
diff options
context:
space:
mode:
authorXusheng <xusheng@vector35.com>2020-07-28 01:14:35 +0800
committerXusheng <xusheng@vector35.com>2020-07-30 17:29:04 +0800
commitbf044d705670433883caa406a111a91fd9f94f9d (patch)
tree564398c94d8b4a2c91dbef765a6d560a3a24e187 /ui/linearview.h
parentca7d52c8740c78b517b06fc99874136cb3688bb2 (diff)
add support for display as float/double
Diffstat (limited to 'ui/linearview.h')
-rw-r--r--ui/linearview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/linearview.h b/ui/linearview.h
index 22b18efc..f9b373a7 100644
--- a/ui/linearview.h
+++ b/ui/linearview.h
@@ -243,6 +243,8 @@ private Q_SLOTS:
void displayAsUnsignedHexadecimal();
void displayAsCharacterConstant();
void displayAsPointer();
+ void displayAsFloat();
+ void displayAsDouble();
void setInstructionHighlight(BNHighlightColor color);
void setBlockHighlight(BNHighlightColor color);