Revision: 6427
Author: nogu.dev
Date: Tue Jun 8 03:16:16 2010
Log: * qt4/immodule/quiminputcontext.cpp
- (QUimInputContext::QUimInputContext): Remove parentheses.
This is just a cosmetic change.
http://code.google.com/p/uim/source/detail?r=6427
Modified:
/trunk/qt4/immodule/quiminputcontext.cpp
=======================================
--- /trunk/qt4/immodule/quiminputcontext.cpp Sat Jun 5 16:15:18 2010
+++ /trunk/qt4/immodule/quiminputcontext.cpp Tue Jun 8 03:16:16 2010
@@ -92,7 +92,7 @@
// must be initialized before createUimContext() call
if ( !m_HelperManager )
- m_HelperManager = new QUimHelperManager();
+ m_HelperManager = new QUimHelperManager;
if ( imname )
m_uc = createUimContext( imname );