MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / CreatePluginCallback

Function CreatePluginCallback

qt/OpenRGBDialog2/OpenRGBDialog2.cpp:117–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117static void CreatePluginCallback(void * this_ptr, OpenRGBPluginEntry* plugin)
118{
119 OpenRGBDialog2 * this_obj = (OpenRGBDialog2 *)this_ptr;
120
121 this_obj->AddPlugin(plugin);
122}
123
124static void DeletePluginCallback(void * this_ptr, OpenRGBPluginEntry* plugin)
125{

Callers

nothing calls this directly

Calls 1

AddPluginMethod · 0.45

Tested by

no test coverage detected