MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / instance

Method instance

lib/extensionsystem/pluginmanager.cpp:258–261  ·  view source on GitHub ↗

! Gets the unique plugin manager instance. */

Source from the content-addressed store, hash-verified

256 Gets the unique plugin manager instance.
257*/
258PluginManager *PluginManager::instance()
259{
260 return m_instance;
261}
262
263/*!
264 Creates a plugin manager. Should be done only once per application.

Callers 1

loadLibraryMethod · 0.45

Calls

no outgoing calls

Tested by 1

loadLibraryMethod · 0.36