diff -Nru fcitx-qt5-1.2.4/debian/changelog fcitx-qt5-1.2.4/debian/changelog --- fcitx-qt5-1.2.4/debian/changelog 2022-10-14 17:32:59.000000000 +0800 +++ fcitx-qt5-1.2.4/debian/changelog 2022-10-14 17:54:56.000000000 +0800 @@ -1,3 +1,9 @@ +fcitx-qt5 (1.2.4-ok9) yangtze; urgency=medium + + * Update qfcitxplatforminputcontext.h. + + -- Luoyaoming <luoyaoming@kylinos.cn> Fri, 14 Oct 2022 17:54:56 +0800 + fcitx-qt5 (1.2.4-ok8) yangtze; urgency=medium * remove qfcitxplatforminputcontext.h test code for fcitx-qt. diff -Nru fcitx-qt5-1.2.4/platforminputcontext/qfcitxplatforminputcontext.h fcitx-qt5-1.2.4/platforminputcontext/qfcitxplatforminputcontext.h --- fcitx-qt5-1.2.4/platforminputcontext/qfcitxplatforminputcontext.h 2022-10-14 17:32:59.000000000 +0800 +++ fcitx-qt5-1.2.4/platforminputcontext/qfcitxplatforminputcontext.h 2022-10-14 17:54:56.000000000 +0800 @@ -191,10 +191,11 @@ void windowDestroyed(QObject *object); void updateCurrentIM(const QString &name, const QString &uniqueName, const QString &langCode); - -#protected: -# bool eventFilter(QObject *watched, QEvent *event); -# void fcitxinstallEventFilter(QObject *filterObj); +/* +protected: + bool eventFilter(QObject *watched, QEvent *event); + void fcitxinstallEventFilter(QObject *filterObj); +*/ private: bool processCompose(uint keyval, uint state, bool isRelaese); QKeyEvent *createKeyEvent(uint keyval, uint state, bool isRelaese);