From 9647d4c7ff182c1fadffb9c6218bc00132fe682e Mon Sep 17 00:00:00 2001 From: Mavridis Philippe Date: Thu, 21 Dec 2023 17:32:43 +0200 Subject: Kxkb: move LayoutUnit struct into its own file and add getLayoutName function Signed-off-by: Mavridis Philippe --- kxkb/kxkb.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'kxkb/kxkb.cpp') diff --git a/kxkb/kxkb.cpp b/kxkb/kxkb.cpp index 8d725e3e5..1ecbd2470 100644 --- a/kxkb/kxkb.cpp +++ b/kxkb/kxkb.cpp @@ -248,7 +248,6 @@ void KXKBApp::prevLayout() setLayout(layout); } - void KXKBApp::menuActivated(int id) { if( KxkbLabelController::START_MENU_ID <= id -- cgit v1.2.1