Let plugins know each other
General and Desktop
1
Posts
1
Posters
1.1k
Views
1
Watching
-
I have an application split into plugins that I load from the main with a QPluginLoader.
Until now, plugins did not have to know each other, so I kepft a list in the main application.
I am now in a situation where each plugins need to be aware of all the other loaded plugins.
Is there a recommended way to do this?