Home
last modified time | relevance | path

Searched refs:s_pluginLoader (Results 1 – 1 of 1) sorted by relevance

/dports/x11/kf5-plasma-framework/plasma-framework-5.89.0/src/plasma/
H A Dpluginloader.cpp36 static PluginLoader *s_pluginLoader = nullptr; variable
138 if (!s_pluginLoader) { in setPluginLoader()
139 s_pluginLoader = loader; in setPluginLoader()
146 if (!s_pluginLoader) { in self()
150 s_pluginLoader = new PluginLoader; in self()
151 s_pluginLoader->d->isDefaultLoader = true; in self()
154 return s_pluginLoader; in self()