Skip to content
Commit 520849ae authored by Shashwat Jolly's avatar Shashwat Jolly
Browse files

Use QFutureWatcher in EntriesFetchJob and JournalsFetchJob

Earlier, emitResult() was being called from a different thread than the main UI thread. Now, we are waiting for fetching to be done in the same thread, after which emitResult() is called.
parent 923149c8
Pipeline #33071 passed with stage
in 34 minutes and 4 seconds
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