diff options
| author | Chris Bessent <lost.dragonist@gmail.com> | 2022-01-23 11:33:01 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-23 11:33:01 -0700 |
| commit | 25cdbe3918d911074f1f556b63bdd305554da22a (patch) | |
| tree | e81828e0b12a30745d68fd2059b1e5f307d9c0c6 /src/pluginlist.h | |
| parent | 3b1ee9d43bdf09cda7830322e8be4f2a408978b1 (diff) | |
| parent | da4a013590d89de8aa26551733deb04a4a629e19 (diff) | |
Merge pull request #1654 from LostDragonist/loadorder
Loadorder
Diffstat (limited to 'src/pluginlist.h')
| -rw-r--r-- | src/pluginlist.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pluginlist.h b/src/pluginlist.h index a4310d2a..af70396e 100644 --- a/src/pluginlist.h +++ b/src/pluginlist.h @@ -353,12 +353,14 @@ private: void writeLockedOrder(const QString &fileName) const;
void readLockedOrderFrom(const QString &fileName);
- void setPluginPriority(int row, int &newPriority);
+ void setPluginPriority(int row, int &newPriority, bool isForced=false);
void changePluginPriority(std::vector<int> rows, int newPriority);
void testMasters();
+ void fixPrimaryPlugins();
void fixPriorities();
+ void fixPluginRelationships();
int findPluginByPriority(int priority);
|
