diff options
| author | Rusty Wagner <rusty.wagner@gmail.com> | 2022-08-16 20:49:02 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty.wagner@gmail.com> | 2022-09-01 23:13:43 -0400 |
| commit | 40bdfac7b71dd1cbe9223b82518053f80268e2a8 (patch) | |
| tree | e53fc5710bb6e6844c1f09e967b715db0aac4444 /ui/linearview.h | |
| parent | 2f6ebaa0042f6a02b9fcbf49b742fc25887bfdb4 (diff) | |
Splitting of variables
Diffstat (limited to 'ui/linearview.h')
| -rw-r--r-- | ui/linearview.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
