Always show notification when receiving files
Otherwise we get no notification for very short transfers
BUG: 417823
(cherry picked from commit 4444b4d373
)
This commit is contained in:
parent
7c1866fe16
commit
1f3c9399c3
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@ bool SharePlugin::receivePacket(const NetworkPacket& np)
|
||||||
if (!m_compositeJob) {
|
if (!m_compositeJob) {
|
||||||
m_compositeJob = new CompositeFileTransferJob(device()->id());
|
m_compositeJob = new CompositeFileTransferJob(device()->id());
|
||||||
m_compositeJob->setProperty("destUrl", destinationDir().toString());
|
m_compositeJob->setProperty("destUrl", destinationDir().toString());
|
||||||
|
m_compositeJob->setProperty("immediateProgressReporting", true);
|
||||||
KIO::getJobTracker()->registerJob(m_compositeJob);
|
KIO::getJobTracker()->registerJob(m_compositeJob);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue