MCPcopy Create free account
hub / github.com/Atarity/Lightpack / isEnabled

Method isEnabled

Software/src/Plugin.cpp:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92bool Plugin::isEnabled() const {
93 QString key = this->_name+"/Enable";
94 return Settings::valueMain(key).toBool();
95}
96
97void Plugin::setEnabled(bool enable){
98 DEBUG_LOW_LEVEL << Q_FUNC_INFO << enable;

Callers 7

foreachFunction · 0.80
StartPluginsMethod · 0.80
foreachFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected