diff options
| author | Tannin <devnull@localhost> | 2013-11-01 14:59:25 +0100 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2013-11-01 14:59:25 +0100 |
| commit | d1594798e6e78bb329e744a72e92d3f292f38a20 (patch) | |
| tree | dc3b8c822559655ab717841b1e22bd4c65dfff6e /src/pluginlist.h | |
| parent | 09bd3dbead9afd6a57684908e77aba6960ad464d (diff) | |
- added a new diagnosis to detect potential problems in regards to esp vs. asset ordering (not fully functional yet)
- new plugin interfaces to the mod list
- plugins can now query the origin (mod) of a esp/esm
- bugfix: potential access to profile before one was activated
- bugfix: regression in previous (not-yet-released) commit prevented changes to bsa list from being saved
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 2ad54d6d..4da7be4b 100644 --- a/src/pluginlist.h +++ b/src/pluginlist.h @@ -140,6 +140,7 @@ public: virtual int priority(const QString &name) const; virtual int loadOrder(const QString &name) const; virtual bool isMaster(const QString &name) const; + virtual QString origin(const QString &name) const; public: // implementation of the QAbstractTableModel interface |
