Skip to content

use a pointer to manage data loader in DataModel

Matthieu Gallien requested to merge mgallien/elisa:fixCrashSwitchView into master

allow to defer delete until the object finishes to handle ongoing work

previously, it was being deleted by the destructor of DataModel even if running into another thread and possibly executing a slot

Merge request reports