From bf044d705670433883caa406a111a91fd9f94f9d Mon Sep 17 00:00:00 2001 From: Xusheng Date: Tue, 28 Jul 2020 01:14:35 +0800 Subject: add support for display as float/double --- ui/flowgraphwidget.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ui/flowgraphwidget.h') 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(); -- cgit v1.3.1