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

List:       kde-commits
Subject:    kdeextragear-2/kst/kst
From:       George Staikos <staikos () kde ! org>
Date:       2005-04-22 22:25:38
Message-ID: 20050422222538.63E3E496 () office ! kde ! org
[Download RAW message or body]

CVS commit by staikos: 

don't compare a QString with NULL


  M +1 -1      kstdefaultnames.cpp   1.14


--- kdeextragear-2/kst/kst/kstdefaultnames.cpp  #1.13:1.14
@@ -101,5 +101,5 @@ QString KST::suggestPluginName(const QSt
   QString tag;
   
-  if (vname == NULL) {
+  if (vname.isEmpty()) {
     tag = pname;
   } else {


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

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