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/flowgraphwidget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/flowgraphwidget.h') 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(); -- cgit v1.3.1