diff options
author | Mavridis Philippe <mavridisf@gmail.com> | 2023-12-21 19:35:28 +0200 |
---|---|---|
committer | Mavridis Philippe <mavridisf@gmail.com> | 2023-12-25 17:35:38 +0200 |
commit | dcda00127ea03e99ca6253422624e2d3c2e62f3a (patch) | |
tree | 5c075a99343e39b335d7f51a168f58df8628fe0a /kxkb/kxkb.h | |
parent | 94cec968a8bdb4c51fe68c814b1d864fe887e65e (diff) | |
download | tdebase-dcda00127ea03e99ca6253422624e2d3c2e62f3a.tar.gz tdebase-dcda00127ea03e99ca6253422624e2d3c2e62f3a.zip |
KXkb: add keyboard layout notification
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
(cherry picked from commit 7c724a49212a9ffdf42381d99648f15457867787)
Diffstat (limited to 'kxkb/kxkb.h')
-rw-r--r-- | kxkb/kxkb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kxkb/kxkb.h b/kxkb/kxkb.h index 67e61ab56..ddde9a6c4 100644 --- a/kxkb/kxkb.h +++ b/kxkb/kxkb.h @@ -76,6 +76,7 @@ protected slots: void slotGroupChanged(uint group); void slotSettingsChanged(int category); + void maybeShowLayoutNotification(); protected: // Read settings, and apply them. |