Skip to content
Commit ffe8c36d authored by Marcel Wiesweg's avatar Marcel Wiesweg
Browse files

Rewrite DIO: Before starting a job, check for sidecar files which need to be handled alongside.

The check involves disk access and can take longer, therefore it needs to be done in a thread.
That means all the DIO methods no longer return a KIO::Job, instead the DIO class now listens
for the result signal. This means code cleanup in the dependent classes.
DIO class has become a singleton, the thread operations are done with an internal WorkerObject.
parent 273bde3b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment