Plugins are normally made for accessing plugin methods in the main program.

Now I have an application, where the plugin needs to call a method from the main program.
How is this done?
I have a working solution using QMetaObject::invoke(),, but using this is rather complex.

Is there an easier way to call an application method from within the plugin?