| 37 | } |
| 38 | |
| 39 | VisionMLPlugin::~VisionMLPlugin() |
| 40 | { |
| 41 | } |
| 42 | |
| 43 | // Injects tool actions into KoToolManager directly. Usually it polls them from KoToolRegistry when it's created. But |
| 44 | // when loading the plugin via Python, this has already happened. Tools won't show up unless they're added to the list |
nothing calls this directly
no outgoing calls
no test coverage detected