Get rid of CreateJob
Open, HighPublic

Description

CreateJob is basically only a wrapper for AddJob, but it results in starting two different threads when using libarchive or libzip.

This creates problems with the progress signals. We should either make sure that only one thread get started, or refactor AddJob so that we can get rid of CreateJob.