Fix segfault crash: capture QStringList variable by value
Lambda callbacks invoked from a KIO::Job will surely outlive surrounding context, so they must not capture references to temporary values.
Lambda callbacks invoked from a KIO::Job will surely outlive surrounding context, so they must not capture references to temporary values.