From kde-commits Sun Apr 30 22:30:40 2006 From: David Faure Date: Sun, 30 Apr 2006 22:30:40 +0000 To: kde-commits Subject: KDE/kdelibs Message-Id: <1146436240.828400.11537.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=114643624630096 SVN commit 535999 by dfaure: Will Entriken showed on kde-devel that the uses of "new QString" were all fine (static pointers - no static objects in libs are allowed anyway). M +0 -2 TODO --- trunk/KDE/kdelibs/TODO #535998:535999 @@ -262,8 +262,6 @@ - Many instances of creating containers on the heap instead of stack, can be replaced? (Caleb Tennis) [where?] -- Places where things like "foo = new QString" seem like prime candidates for refactoring. (Caleb Tennis) [yes; where?] - - Remove all of the (const char *name) arguments to QObject derived classes. (Caleb Tennis) - Remove kdecore/kde_file.h -> Qt now has largefile support and defines similar macros in