[LyX/master] Unification of expression

Koji Yokota yokota at lyx.org
Mon Sep 29 11:31:45 UTC 2025


commit d37ea7cff8d1d877ddf1a4d9676a2b9facaa5caa
Author: Koji Yokota <yokota at lyx.org>
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


More information about the lyx-cvs mailing list