Implement postLoad/preSave
I find out that if I use connect(Qt::DirectConnection), which its slot is executed in the emitter's thread, I can handle postLoad and preSave functions in each classes gracefully. It is because we can ensure ordering of loading and saving!
Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
Loading
Please register or sign in to comment