Skip to content

Also emit scanProgress(-1) for batch mode scans

Tobias Leupold requested to merge tleupold/libksane:batch_scan_progress into master

Both when doing an automatic batch scan with an ADF and if a batch scan will be triggered by pressing a scanner button, scanProgress(-1) is emitted, which can be used to indicate that a page has been scanned and a batch process is going on. This is not the case for a timed batch scan, and I think scanProgress(-1) should also be emitted in this case, shouldn't it?

Merge request reports