Skip to content
Commit cc4436cf authored by Kai Uwe Broulik's avatar Kai Uwe Broulik 🍇
Browse files

Introduce PluginManager

This adds a dedicated class for loading/unloading and sending data to a plugin rather than doing it all in main().
It also keeps track of the loaded plugins and their supported version which the extension will query again in the future.
It could also potentially handle things like sending a reply to an incoming dataset by storing a reference/identifier to the request etc.

Differential Revision: https://phabricator.kde.org/D22065
parent b1ea6f2d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment