diff options
| author | Peter LaFosse <peter@vector35.com> | 2025-09-23 16:02:54 -0400 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2025-11-03 10:48:11 -0500 |
| commit | 7eedbd5c30f19c4c6c7c546e8eefb58e5f7c3e70 (patch) | |
| tree | bca340367c21f2a9a7b5a6afc580b0919cfd1048 /ui/linearview.h | |
| parent | 46ac6beced5b4fcb5f154a2825ee34174f2123c6 (diff) | |
Provide better isValid handler to 'Type//*
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 8523f1e2..0eb1f203 100644 --- a/ui/linearview.h +++ b/ui/linearview.h @@ -394,6 +394,7 @@ private Q_SLOTS: void makeFloat64(); void toggleFloatSize(); void makePtr(); + bool canMakeString(size_t charSize); void makeString(size_t charSize = 1); void changeType(const UIActionContext& context); void undefineInRange(); |
