diff options
| author | Jon Palmisciano <jp@jonpalmisc.com> | 2021-10-07 12:27:07 -0400 |
|---|---|---|
| committer | Jon Palmisciano <jp@jonpalmisc.com> | 2021-10-07 14:44:17 -0400 |
| commit | b84383bfe8662e00d5699241097758b6a6e9d421 (patch) | |
| tree | e2b94a0809f8fc90a970be14cb8e3adda25c1009 /ui/typeview.h | |
| parent | 22b182fe9b91a8df273ab67d4d65270607595ffa (diff) | |
Add infrastructure for UTF-{16,32} string creation actions
LinearView: Update string methods for UTF-{16,32} string quick-creation
- Update `makeString` to accept a character size for wide strings
- Update `getStringLength` to handle wide strings, add doc comment
TypeView, TypeView: Add `charSize` parameter to `makeString`
Diffstat (limited to 'ui/typeview.h')
| -rw-r--r-- | ui/typeview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/typeview.h b/ui/typeview.h index 512e2635..c5631a23 100644 --- a/ui/typeview.h +++ b/ui/typeview.h @@ -263,7 +263,7 @@ private Q_SLOTS: void makeInt32(); void makeInt64(); void makePtr(); - void makeString(); + void makeString(size_t charSize = 1); void makeArray(); void newTypes(); void createStructure(); |
