Skip to content
  • Wolfgang Bauer's avatar
    Fix importing several links at once · f06402fb
    Wolfgang Bauer authored
    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.
    f06402fb