From kde-commits Mon Feb 16 12:50:57 2009 From: David Faure Date: Mon, 16 Feb 2009 12:50:57 +0000 To: kde-commits Subject: branches/KDE/4.2/kdelibs/kio/kio Message-Id: <1234788657.584802.6182.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=123478866618283 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.