diff options
| author | Jeremy Rimpo <jrim@rimpo.org> | 2017-12-15 15:01:39 -0600 |
|---|---|---|
| committer | Jeremy Rimpo <jrim@rimpo.org> | 2017-12-15 15:01:39 -0600 |
| commit | 7b45d807d6c2c8b5663ec53183e81e16a5baf739 (patch) | |
| tree | f2b418cde09ad7f50e998397aa7975e72edc7e52 /src/iuserinterface.h | |
| parent | f0597eb2437871a8eed5405abc42a8021d462857 (diff) | |
Restore archive tab and partial functionality
Diffstat (limited to 'src/iuserinterface.h')
| -rw-r--r-- | src/iuserinterface.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/iuserinterface.h b/src/iuserinterface.h index 255c7ac0..7ce71c24 100644 --- a/src/iuserinterface.h +++ b/src/iuserinterface.h @@ -28,6 +28,10 @@ public: virtual void displayModInformation(ModInfo::Ptr modInfo, unsigned int index, int tab) = 0;
+ virtual void updateBSAList(const QStringList &defaultArchives, const QStringList &activeArchives) = 0;
+
+ virtual MOBase::DelayedFileWriterBase &archivesWriter() = 0;
+
virtual ILockedWaitingForProcess* lock() = 0;
virtual void unlock() = 0;
};
|
