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

List:       kde-commits
Subject:    KDE/kdevplatform/language/interfaces
From:       Nickolai Shaforostoff <shafff () ukr ! net>
Date:       2009-03-28 23:57:36
Message-ID: 1238284656.623546.14156.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 946271 by shaforo:

compile with qt44



 M  +1 -1      quickopenfilter.h  


--- trunk/KDE/kdevplatform/language/interfaces/quickopenfilter.h #946270:946271
@@ -145,7 +145,7 @@
       
       if(text.isEmpty() || m_oldFilterText.isEmpty()) {
           filterBase = m_items;
-      } else if(m_oldFilterText.mid(0, m_oldFilterText.length()-1) == text.mid(0, \
text.length()-1) && text.last().startsWith(m_oldFilterText.last())) { +      } else \
if(m_oldFilterText.mid(0, m_oldFilterText.count()-1) == text.mid(0, text.count()-1) \
                && text.last().startsWith(m_oldFilterText.last())) {
         //Good, the prefix is the same, and the last item has been extended
       }else if(m_oldFilterText.size() == text.size()-1 && m_oldFilterText == \
text.mid(0, text.size()-1)) {  //Good, an item has been added


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

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