Revision: 6245
Author: nogu.dev
Date: Thu Mar 11 04:29:39 2010
Log: * qt4/immodule/quiminputcontext_compose.cpp
  - (Compose::handle_qkey): Remove redundant code.
http://code.google.com/p/uim/source/detail?r=6245

Modified:
 /trunk/qt4/immodule/quiminputcontext_compose.cpp

=======================================
--- /trunk/qt4/immodule/quiminputcontext_compose.cpp Sun Feb 28 15:01:04 2010 +++ /trunk/qt4/immodule/quiminputcontext_compose.cpp Thu Mar 11 04:29:39 2010
@@ -89,7 +89,7 @@
     int qstate = event->modifiers();

     unsigned int xkeysym, xstate;
-    bool press = (type == QEvent::KeyPress) ? true : false;
+    bool press = (type == QEvent::KeyPress);

     xstate = 0;
     if (qstate & Qt::ShiftModifier)

Reply via email to