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

List:       kde-commits
Subject:    kdewebdev/quanta/parts/kafka
From:       Benjamin Meyer <benjamin () csh ! rit ! edu>
Date:       2005-03-08 20:38:40
Message-ID: 20050308203840.913CF103CB () office ! kde ! org
[Download RAW message or body]

CVS commit by bmeyer: 

QString "" comparision changed to call isEmpty()


  M +1 -1      kafkahtmlpart.cpp   1.75


--- kdewebdev/quanta/parts/kafka/kafkahtmlpart.cpp  #1.74:1.75
@@ -1874,5 +1874,5 @@ void KafkaWidget::postprocessCursorPosit
                  (m_currentNode.nodeName().string().lower() == "br" && \
                /**!m_currentNode.nextSibling().isNull() &&
                             m_currentNode.nextSibling().nodeType() == \
                DOM::Node::TEXT_NODE &&
-                            m_currentNode.nextSibling().nodeValue().string() == "" \
&& +                            \
                m_currentNode.nextSibling().nodeValue().string().isEmpty() &&
                             m_currentNode.nextSibling().nextSibling().isNull() &&*/
                   !m_currentNode.previousSibling().isNull() &&


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

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