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

Method toPriority

Software/src/SettingsWindow.cpp:1741–1744  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1739
1740
1741bool SettingsWindow::toPriority(Plugin* s1 ,Plugin* s2 )
1742{
1743 return s1->getPriority() > s2->getPriority();
1744}
1745
1746void SettingsWindow::updatePlugin(QList<Plugin*> plugins)
1747{

Callers

nothing calls this directly

Calls 1

getPriorityMethod · 0.80

Tested by

no test coverage detected