diff --git a/kio/kio/copyjob.cpp b/kio/kio/copyjob.cpp index 750741e8..78739f70 100644 --- a/kio/kio/copyjob.cpp +++ b/kio/kio/copyjob.cpp @@ -542,7 +542,7 @@ void CopyJobPrivate::slotReport() void CopyJobPrivate::slotEntries(KIO::Job* job, const UDSEntryList& list) { - //Q_Q(CopyJob); + // Q_Q(CopyJob); foreach ( const UDSEntry& entry, list ) { addCopyInfoFromUDSEntry(entry, static_cast(job)->url(), m_bCurrentSrcIsDir, m_currentDest); } diff --git a/kio/kio/job.h b/kio/kio/job.h index 9cc3fb45..04fcf5bb 100644 --- a/kio/kio/job.h +++ b/kio/kio/job.h @@ -260,7 +260,7 @@ namespace KIO { /** * The same as the previous method, but recurses subdirectories. - * Directory links are not followed. + * Directory links are followed. * * "." and ".." are returned but only for the toplevel directory. * Filter them out if you don't want them.