From b690e145b3620cac8ea3468fbabb47b645a0e5af Mon Sep 17 00:00:00 2001 From: Xusheng Date: Tue, 15 Sep 2020 12:59:31 +0800 Subject: add cycleILView() --- 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 181a50ed..413b66e1 100644 --- a/ui/linearview.h +++ b/ui/linearview.h @@ -193,6 +193,7 @@ private Q_SLOTS: void viewInHexEditor(); void viewInGraph(); void viewInTypesView(std::string typeName = ""); + void cycleILView(bool forward); void copyAddressSlot(); void goToAddress(); void defineNameAtAddr(uint64_t addr); -- cgit v1.3.1