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

List:       kde-commits
Subject:    kdeedu/ktouch/src
From:       Benjamin Meyer <benjamin () csh ! rit ! edu>
Date:       2004-10-16 8:51:11
Message-ID: 20041016085111.E9BA516D83 () office ! kde ! org
[Download RAW message or body]

CVS commit by bmeyer: 

convert QString::null -> .isNull()


  M +1 -1      ktouchleveldata.cpp   1.7


--- kdeedu/ktouch/src/ktouchleveldata.cpp  #1.6:1.7
@@ -42,5 +42,5 @@ bool KTouchLevelData::readLevel(QTextStr
             else if (line[0]!='#') {
                 // the first line is the new characters line
-                if (m_newChars == QString::null)  m_newChars = line;
+                if (m_newChars.isNull())  m_newChars = line;
                 else                              m_lines.push_back(line);
             }


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

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