GH-1927 Add more specific task status logging
* Tasks are now described by class name and object name (or memory address). * Tasks starts are logged. * Aborted tasks are now treated just as the other cases.
This commit is contained in:
parent
fbeceaa98c
commit
e5b4b5d295
13 changed files with 194 additions and 122 deletions
|
@ -5,6 +5,7 @@ class OneSixInstance;
|
|||
|
||||
class FMLLibrariesTask : public Task
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
FMLLibrariesTask(OneSixInstance * inst);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue