From 80eb461360eb39657ac21ce8070c02f071884e9a Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Wed, 22 Jun 2011 10:01:14 +0200 Subject: ibus IM support for the xcb backend MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Test code to check input methods using the ibus backend used on e.g. ubuntu. The IM code is not very sophisticated, but enough to test that things are working. Reviewed-by: Jørgen Lind --- src/widgets/kernel/qwidget.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/widgets/kernel/qwidget.cpp') diff --git a/src/widgets/kernel/qwidget.cpp b/src/widgets/kernel/qwidget.cpp index a8bd5ca519..a29a265e5a 100644 --- a/src/widgets/kernel/qwidget.cpp +++ b/src/widgets/kernel/qwidget.cpp @@ -11190,7 +11190,6 @@ void QWidget::setShortcutAutoRepeat(int id, bool enable) */ void QWidget::updateMicroFocus() { -#if !defined(QT_NO_IM) && (defined(Q_WS_X11) || defined(Q_OS_SYMBIAN)) Q_D(QWidget); // and optimization to update input context only it has already been created. if (d->assignedInputContext() || qApp->d_func()->inputContext) { @@ -11198,7 +11197,6 @@ void QWidget::updateMicroFocus() if (ic) ic->update(); } -#endif #ifndef QT_NO_ACCESSIBILITY if (isVisible()) { // ##### is this correct -- cgit v1.2.3