summaryrefslogtreecommitdiff
path: root/ui/flowgraphwidget.h
diff options
context:
space:
mode:
authorXusheng <xusheng@vector35.com>2020-08-24 21:46:36 +0800
committerXusheng <xusheng@vector35.com>2020-09-15 09:29:54 +0800
commit75d05ea710f80a0ca2fdc53b638952a7a97e7ad8 (patch)
treef8fe2205178cd7942a1e6d45c79dda9d748b526f /ui/flowgraphwidget.h
parent33e31719d37deed58cfe709bf475b80fece8c34a (diff)
display as in linear view
Diffstat (limited to 'ui/flowgraphwidget.h')
-rw-r--r--ui/flowgraphwidget.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/ui/flowgraphwidget.h b/ui/flowgraphwidget.h
index a6e02076..532a506a 100644
--- a/ui/flowgraphwidget.h
+++ b/ui/flowgraphwidget.h
@@ -308,19 +308,6 @@ private Q_SLOTS:
void skipAndReturnZero();
void skipAndReturnValue();
- void displayAsDefault();
- void displayAsBinary();
- void displayAsSignedOctal();
- void displayAsUnsignedOctal();
- void displayAsSignedDecimal();
- void displayAsUnsignedDecimal();
- void displayAsSignedHexadecimal();
- void displayAsUnsignedHexadecimal();
- void displayAsCharacterConstant();
- void displayAsPointer();
- void displayAsFloat();
- void displayAsDouble();
-
void makePtr();
void makeString();