Diffusion KGet f06402fbe520

Fix importing several links at once

Authored by wbauer on Mar 5 2018, 4:04 PM.

Description

Fix importing several links at once

QUrl::path() returns a path, assigning this to a QUrl results in an
invalid QUrl due to the implicit conversion from QString.
Use setPath() instead to update the variable's path.

This broke the downloads when more than one link was selected in the
"Import Links" dialog.

Details

Committed
wbauerMar 5 2018, 4:04 PM
Parents
R433:ed694ff5f5c8: Fix destDir handling in KGet::addTransfer()
Branches
Unknown
Tags
Unknown