summaryrefslogtreecommitdiff
path: root/ui/flowgraphwidget.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/flowgraphwidget.h
parentca7d52c8740c78b517b06fc99874136cb3688bb2 (diff)
add support for display as float/double
Diffstat (limited to 'ui/flowgraphwidget.h')
-rw-r--r--ui/flowgraphwidget.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/flowgraphwidget.h b/ui/flowgraphwidget.h
index d3bbd06e..2a3a8b78 100644
--- a/ui/flowgraphwidget.h
+++ b/ui/flowgraphwidget.h
@@ -316,6 +316,8 @@ private Q_SLOTS:
void displayAsUnsignedHexadecimal();
void displayAsCharacterConstant();
void displayAsPointer();
+ void displayAsFloat();
+ void displayAsDouble();
void makePtr();
void makeString();