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

List:       kde-commits
Subject:    KDE/kdevplatform/sublime
From:       Amilcar do Carmo Lucas <amilcar () kdevelop ! org>
Date:       2009-09-05 22:40:53
Message-ID: 1252190453.485530.21825.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1020285 by aclu:

Do not assign QString::null or QString() to a QString. Instead use the .clear() method

 M  +1 -1      area.cpp  


--- trunk/KDE/kdevplatform/sublime/area.cpp #1020284:1020285
@@ -110,7 +110,7 @@
     d->title = title;
     d->controller = controller;
     d->iconName = "kdevelop";
-    d->workingSet = QString();
+    d->workingSet.clear();
     kDebug() << "initial working-set:" << d->workingSet;
     initialize();
 }
[prev in list] [next in list] [prev in thread] [next in thread] 

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