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

List:       kde-commits
Subject:    KDE/kdelibs/kdecore/io
From:       David Faure <faure () kde ! org>
Date:       2010-07-11 9:51:09
Message-ID: 20100711095109.5BB05AC85F () svn ! kde ! org
[Download RAW message or body]

SVN commit 1148615 by dfaure:

Silence debug output; fix documentation


 M  +1 -1      ktempdir.cpp  
 M  +2 -2      ktempdir.h  


--- trunk/KDE/kdelibs/kdecore/io/ktempdir.cpp #1148614:1148615
@@ -254,7 +254,7 @@
 
 bool KTempDir::removeDir( const QString& path )
 {
-    kDebug(180) << path;
+    //kDebug(180) << path;
     if ( !QFile::exists( path ) )
         return true; // The goal is that there is no directory
 
--- trunk/KDE/kdelibs/kdecore/io/ktempdir.h #1148614:1148615
@@ -136,13 +136,13 @@
     *
     * @note This function is more meant for removing a directory
     * not created by the user. For user-created directories,
-    * using KIO::NetAccess::del is recommended instead,
+    * using KIO::del() is recommended instead,
     * especially as it has user feedback for long operations.
     *
     * @param path Path of the directory to delete
     * @return true if successful, otherwise false
     * (Use errno for more details about the error.)
-    * @todo decide how and where this function should be defined in KDE4
+    * @todo decide how and where this function should be defined in KDE5
     */
     static bool removeDir( const QString& path );
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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