mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 02:42:48 +00:00
kio: correct reference to kDebug()
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
3339338121
commit
8611f36591
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ void DeleteJobPrivate::deleteNextFile()
|
|||
// Normal deletion
|
||||
// If local file, try do it directly
|
||||
if ( (*it).isLocalFile() && unlink( QFile::encodeName((*it).toLocalFile()) ) == 0 ) {
|
||||
//kdDebug(7007) << "DeleteJob deleted" << (*it).toLocalFile();
|
||||
//kDebug(7007) << "DeleteJob deleted" << (*it).toLocalFile();
|
||||
job = 0;
|
||||
m_processedFiles++;
|
||||
if ( m_processedFiles % 300 == 1 || m_totalFilesDirs < 300) { // update progress info every 300 files
|
||||
|
|
Loading…
Add table
Reference in a new issue