Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
87
void Plugin::setPriority(int priority) {
88
QString key = this->_name+
"/Priority"
;
89
Settings::setValueMain(key,priority);
90
}
91
92
bool Plugin::isEnabled() const {
93
QString key = this->_name+
"/Enable"
;
Callers
1
savePriorityPlugin
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected