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

Method getPriority

Software/src/Plugin.cpp:82–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80
81
82int Plugin::getPriority() const {
83 QString key = this->_name+"/Priority";
84 return Settings::valueMain(key).toInt();
85}
86
87void Plugin::setPriority(int priority) {
88 QString key = this->_name+"/Priority";

Callers 2

toPriorityMethod · 0.80
foreachFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected