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

List:       kde-commits
Subject:    branches/KDE/4.2/kdelibs/kio/kio
From:       David Faure <faure () kde ! org>
Date:       2009-02-16 12:50:57
Message-ID: 1234788657.584802.6182.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 926924 by dfaure:

backport apidox + qDebug fix


 M  +1 -1      kfilewriteplugin.cpp  
 M  +3 -3      krun.h  


--- branches/KDE/4.2/kdelibs/kio/kio/kfilewriteplugin.cpp #926923:926924
@@ -45,7 +45,7 @@
 
 KFileWritePlugin*
 KFileWriterProvider::loadPlugin(const QString& key) {
-    qDebug() << "loading writer for key " << key;
+    //kDebug() << "loading writer for key " << key;
     const QString constraint = QString::fromLatin1("'%1' in MetaDataKeys")
         .arg(key);
     KService::List offers = KServiceTypeTrader::self()->query(
--- branches/KDE/4.2/kdelibs/kio/kio/krun.h #926923:926924
@@ -357,10 +357,10 @@
    */
 
   /**
-   * This slot is called whenever the internal time has
-   * a timeout.
+   * This slot is called whenever the internal timer fired,
+   * in order to move on to the next step.
    */
-  void slotTimeout();
+  void slotTimeout(); // KDE5: rename to slotNextStep() or something like that
 
   /**
    * This slot is called when the scan job is finished.
[prev in list] [next in list] [prev in thread] [next in thread] 

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