kio: KIO::listRecursive() documentation update

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2024-06-04 03:48:46 +03:00
parent 5a8143eff2
commit edd40b61f4
2 changed files with 2 additions and 2 deletions

View file

@ -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<SimpleJob *>(job)->url(), m_bCurrentSrcIsDir, m_currentDest);
}

View file

@ -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.