Skip to content
Commit 4abf4766 authored by Andi Clemens's avatar Andi Clemens
Browse files

Do not start a tool immediately in the constructor. This will lead to race conditions.

Also we try to connect signals to tools AFTER they started doing their job. This will not work for tasks that close immediately, e.g. "Scan for new items" on a very small collection. In this case the signal becomes connected AFTER the tool is done, therefore never executing the assigned slot. There are still some race conditions left, I need to check them, but for now the main issue in this bug report should be solved.

CCBUG: 297614
parent 14f48a68
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