Revision: 6019
Author: ek.kato
Date: Wed Sep 30 20:50:29 2009
Log: * qt4/candwin/qt4.cpp (CandidateWindow::setPageCandidates)
  - Use QList::count() instead of QList::length().

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

Modified:
 /trunk/qt4/candwin/qt4.cpp

=======================================
--- /trunk/qt4/candwin/qt4.cpp  Sat Sep 26 11:30:24 2009
+++ /trunk/qt4/candwin/qt4.cpp  Wed Sep 30 20:50:29 2009
@@ -299,7 +299,7 @@
         page = l[ 1 ].toInt();
     }

-    int len = list.length();
+    int len = list.count();
     for ( int i = 3; i < len; i++ )
     {
         // case list[i] = ""

Reply via email to