From 9ba95ecd5dc328310fcd8d8ae4e5440db1ce5f50 Mon Sep 17 00:00:00 2001 From: David Redondo Date: Tue, 26 Mar 2024 14:36:25 +0100 Subject: [PATCH] Export KeyboardLayout --- src/keyboard_layout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/keyboard_layout.h b/src/keyboard_layout.h index 55b6f2a14a..7251b41b01 100644 --- a/src/keyboard_layout.h +++ b/src/keyboard_layout.h @@ -31,7 +31,7 @@ namespace KeyboardLayoutSwitching class Policy; } -class KeyboardLayout : public QObject, public InputEventSpy +class KWIN_EXPORT KeyboardLayout : public QObject, public InputEventSpy { Q_OBJECT public: