[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    extragear/sdk/kdevplatform/language/duchain
From:       Milian Wolff <mail () milianw ! de>
Date:       2010-04-07 15:25:36
Message-ID: 20100407152536.B7E8BAC895 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1112200 by mwolff:

Don't do unnecessary conversions.
commit msg stealing ftw :P

 M  +1 -1      stringhelpers.cpp  


--- trunk/extragear/sdk/kdevplatform/language/duchain/stringhelpers.cpp #1112199:1112200
@@ -146,7 +146,7 @@
   QString ret;
   int len = str.length();
   for( int a = len-1; a >= 0; --a ) {
-    switch(str[a].toAscii()) {
+    switch(str[a].unicode()) {
     case '(':
       ret += ')';
       continue;
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic