Hi,
I've a core application that load three different plugins using the QPluginLoader.
On application termination, the QPluginLoader unloads the plugin automatically, but only the third plugin destructor is called (the third cause is the last to be loaded from QPluginLoader).
I need to run some code in each of the plugin before the application termination.
Is it an expected behaviour of the plugin?!
How can I ensure that all the plugin destructor are called during the QPluginLoader unload?!
Many thanks
Bookmarks