From 40d4ddeadf9110e6188532bc922571ffa9a1b6d9 Mon Sep 17 00:00:00 2001 From: Alexander Taylor Date: Sat, 25 Apr 2026 23:14:42 -0400 Subject: Better toggling of integer display signedness. --- ui/linearview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/linearview.h') diff --git a/ui/linearview.h b/ui/linearview.h index df01a3b2..95abdd8c 100644 --- a/ui/linearview.h +++ b/ui/linearview.h @@ -390,7 +390,7 @@ private Q_SLOTS: void makeInt32(); void makeInt64(); void toggleIntSize(); - void toggleIntSign(); + void toggleIntSign(const UIActionContext& context); void makeFloat32(); void makeFloat64(); void toggleFloatSize(); -- cgit v1.3.1