Пример #1
0
void PluginData::refresh()
{
    pluginCache.reset(true);
}
Пример #2
0
void PluginData::refresh()
{
    pluginCache.reset(true);
    pluginCache.plugins();  // Force the plugins to be reloaded now.
}