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/flowgraphwidget.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/flowgraphwidget.h')
| -rw-r--r-- | ui/flowgraphwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/flowgraphwidget.h b/ui/flowgraphwidget.h index 6a77b829..2064e99b 100644 --- a/ui/flowgraphwidget.h +++ b/ui/flowgraphwidget.h @@ -344,7 +344,7 @@ private Q_SLOTS: void skipAndReturnValue(); void makePtr(); - void makeString(); + void makeString(size_t charSize = 1); void reanalyze(); |
