From 7c9ada78241e08bf36bd04d989f742a6de721575 Mon Sep 17 00:00:00 2001 From: Xusheng Date: Wed, 5 May 2021 17:23:49 +0800 Subject: Add the ability to automatically create struct members --- ui/linearview.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/linearview.h') diff --git a/ui/linearview.h b/ui/linearview.h index 99fae229..74bc6b7a 100644 --- a/ui/linearview.h +++ b/ui/linearview.h @@ -271,6 +271,7 @@ private Q_SLOTS: void createArray(); void createStruct(); void createNewTypes(); + void autoCreateMembers(); size_t getStringLength(uint64_t startAddr); -- cgit v1.3.1