diff options
| author | Silarn <jrim@rimpo.org> | 2019-02-09 04:52:44 -0600 |
|---|---|---|
| committer | Silarn <jrim@rimpo.org> | 2019-02-18 21:31:20 -0600 |
| commit | 5a7d0243c69d5194ee1a4d0be05d2bcaec18aeac (patch) | |
| tree | 649ac46d7eb4f53cae61ec28f8c5adf67ec4035a /src/modinfo.h | |
| parent | b59c44aaa16fc286159059a2b940c144a577e01a (diff) | |
Implement bulk update check layer
Diffstat (limited to 'src/modinfo.h')
| -rw-r--r-- | src/modinfo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modinfo.h b/src/modinfo.h index 348583d2..8c234225 100644 --- a/src/modinfo.h +++ b/src/modinfo.h @@ -195,6 +195,8 @@ public: **/ static int checkAllForUpdate(PluginContainer *pluginContainer, QObject *receiver); + static std::set<QSharedPointer<ModInfo>> filteredMods(QString gameName, QVariantList updateData, bool addOldMods = false, bool markUpdated = false); + /** * @brief create a new mod from the specified directory and add it to the collection * @param dir directory to create from |
