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

List:       kde-commits
Subject:    KDE/kdesdk/kstartperf
From:       Thomas Häber <thomas () haeber ! de>
Date:       2006-09-30 21:09:31
Message-ID: 1159650571.369791.2480.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 590792 by haeber:

replaced assignment to QString::null with preferred QString() (EBN)

 M  +1 -1      kstartperf.cpp  


--- trunk/KDE/kdesdk/kstartperf/kstartperf.cpp #590791:590792
@@ -35,7 +35,7 @@
 
 QString libkstartperf()
 {
-    QString lib = QString::null;
+    QString lib = QString();
     QString la_file = KStandardDirs::locate("lib", "libkstartperf.la");
 
     if (la_file.isEmpty())
[prev in list] [next in list] [prev in thread] [next in thread] 

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