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

Method setPriority

Software/src/Plugin.cpp:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87void Plugin::setPriority(int priority) {
88 QString key = this->_name+"/Priority";
89 Settings::setValueMain(key,priority);
90}
91
92bool Plugin::isEnabled() const {
93 QString key = this->_name+"/Enable";

Callers 1

savePriorityPluginMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected