| 1739 | |
| 1740 | |
| 1741 | bool SettingsWindow::toPriority(Plugin* s1 ,Plugin* s2 ) |
| 1742 | { |
| 1743 | return s1->getPriority() > s2->getPriority(); |
| 1744 | } |
| 1745 | |
| 1746 | void SettingsWindow::updatePlugin(QList<Plugin*> plugins) |
| 1747 | { |
nothing calls this directly
no test coverage detected