From 40bdfac7b71dd1cbe9223b82518053f80268e2a8 Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Tue, 16 Aug 2022 20:49:02 -0400 Subject: Splitting of variables --- ui/linearview.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/linearview.h') diff --git a/ui/linearview.h b/ui/linearview.h index 845862ef..85fb0d5a 100644 --- a/ui/linearview.h +++ b/ui/linearview.h @@ -311,6 +311,7 @@ private Q_SLOTS: void createStruct(); void createNewTypes(); void mergeVariables(); + void splitVariable(); //! Get the length of of the string (if there is one) starting at the //! given address. String type is assumed to be UTF-8 by default, but the -- cgit v1.3.1