Skip to content
Commit 3ee1b99d authored by David Faure's avatar David Faure
Browse files

Don't call jobStarted before jobCreated.

jobCreated uses a QueuedConnection (presumably to avoid delaying the
starting of the job), so we have to use a QueuedConnection for jobStarted
too. Otherwise akonadiconsole would receive jobStarted before jobCreated,
and would discard jobStarted, giving no duration information.
parent 740e0f46
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