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

List:       kde-commits
Subject:    branches/work/konvi-kde4/src/irc
From:       Lorenzo Villani <lvillani () binaryhelix ! net>
Date:       2009-02-01 20:47:48
Message-ID: 1233521268.445668.28356.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 919907 by villani:

use filter() instead of grep()

 M  +1 -1      channeloptionsdialog.cpp  


--- branches/work/konvi-kde4/src/irc/channeloptionsdialog.cpp #919906:919907
@@ -122,7 +122,7 @@
         {
             modeString = (*it).mid(1);
             plus = ((*it)[0] == '+');
-            tmp = currentModeList.grep(QRegExp('^' + modeString));
+            tmp = currentModeList.filter(QRegExp('^' + modeString));
 
             if(tmp.isEmpty() && plus)
             {
[prev in list] [next in list] [prev in thread] [next in thread] 

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