https://bugs.kde.org/show_bug.cgi?id=412661
Ahmad Samir <a.samir...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |NOT A BUG Status|REPORTED |RESOLVED CC| |a.samir...@gmail.com --- Comment #2 from Ahmad Samir <a.samir...@gmail.com> --- There are two different objects here, a KIO job and KIO slave; the actual job resume is done in SimpleJob::doResume() and if that succeeds, d->internalSuspend() suspends the KIO slave (not the job): void TransferJobPrivate::internalSuspend() { m_internalSuspended = true; if (m_slave) { m_slave->suspend(); } } -- You are receiving this mail because: You are watching all bug changes.