Skip to content
  • Igor Kushnir's avatar
    Remove empty ParseProjectJob::updateProgress() · e93f0c85
    Igor Kushnir authored
    Only RunController listens to ParseProjectJob::percent() signal (as it
    does to any registered job's percent() signal) in order to update total
    progress. Background Parser already reports parsing progress, so there
    is no need to emit ParseProjectJob::percent(), and so it makes sense to
    remove the empty updateProgress() function rather than implement it.
    
    GIT_SILENT
    e93f0c85