From b84383bfe8662e00d5699241097758b6a6e9d421 Mon Sep 17 00:00:00 2001 From: Jon Palmisciano Date: Thu, 7 Oct 2021 12:27:07 -0400 Subject: 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` --- ui/typeview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/typeview.h') 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(); -- cgit v1.3.1