Revision: 6288
Author: ek.kato
Date: Wed Mar 24 22:50:35 2010
Log: * qt4/candwin/qt4.cpp (CandidateWindow::adjustCandidateWindowSize)
  Suppress warning.

http://code.google.com/p/uim/source/detail?r=6288

Modified:
 /branches/1.5/qt4/candwin/qt4.cpp

=======================================
--- /branches/1.5/qt4/candwin/qt4.cpp   Sat Nov 21 04:55:15 2009
+++ /branches/1.5/qt4/candwin/qt4.cpp   Wed Mar 24 22:50:35 2010
@@ -430,7 +430,7 @@
     // FIXME!:
// There may be more proper way. Now width is adjusted by indeterminal 3 spaces.
     //    Using QWidget::adjustSize() seems not to work properly...
-    unsigned int maxCharIndex = 0, maxCharCount = 0;
+    int maxCharIndex = 0, maxCharCount = 0;
     for ( int i = 0; i < cList->childCount(); i++ )
     {
         if ( maxCharCount < cList->itemAtIndex( i ) ->text( 1 ).length() )

To unsubscribe from this group, send email to uim-commit+unsubscribegooglegroups.com or 
reply to this email with the words "REMOVE ME" as the subject.

Reply via email to