diff options
| author | Chris Bessent <lost.dragonist@gmail.com> | 2022-01-23 11:09:56 -0700 |
|---|---|---|
| committer | Chris Bessent <lost.dragonist@gmail.com> | 2022-01-23 11:11:22 -0700 |
| commit | 0b14cc4753f2a5c359b842f2573124bdabb6d0b3 (patch) | |
| tree | e78c3227318102f1af22fc221aec9a0de2bd27d9 /src/pluginlist.h | |
| parent | cee8d5ed72299a34f7b2ccd4c31e35f9eff0801d (diff) | |
Enforce the priority rules on every refresh
Diffstat (limited to 'src/pluginlist.h')
| -rw-r--r-- | src/pluginlist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pluginlist.h b/src/pluginlist.h index a6efa71b..af70396e 100644 --- a/src/pluginlist.h +++ b/src/pluginlist.h @@ -360,6 +360,7 @@ private: void fixPrimaryPlugins();
void fixPriorities();
+ void fixPluginRelationships();
int findPluginByPriority(int priority);
|
