commit d37ea7cff8d1d877ddf1a4d9676a2b9facaa5caa
Author: Koji Yokota <[email protected]>
Date:   Mon Sep 29 20:31:03 2025 +0900

    Unification of expression
---
 src/frontends/qt/GuiInputMethod.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/frontends/qt/GuiInputMethod.h 
b/src/frontends/qt/GuiInputMethod.h
index b142d794b8..c1964d8f1b 100644
--- a/src/frontends/qt/GuiInputMethod.h
+++ b/src/frontends/qt/GuiInputMethod.h
@@ -120,7 +120,7 @@ Q_SIGNALS:
        void inputMethodStateChanged(Qt::InputMethodQueries);
        void cursorPositionChanged();
 
-public Q_SLOT:
+public Q_SLOTS:
        /// Process incoming preedit string
        void processPreedit(QInputMethodEvent* ev);
        /// Process incoming input method query
-- 
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to