Exemplo n.º 1
0
void PluginData::refresh()
{
    pluginCache.reset(true);
}
Exemplo n.º 2
0
void PluginData::refresh()
{
    pluginCache.reset(true);
    pluginCache.plugins();  // Force the plugins to be reloaded now.
}