diff options
| author | Silarn <jrim@rimpo.org> | 2019-02-01 17:45:05 -0600 |
|---|---|---|
| committer | Silarn <jrim@rimpo.org> | 2019-02-18 21:31:16 -0600 |
| commit | 2b5862ef0144d49e1927b5c914cbcea7183fab8a (patch) | |
| tree | 9242d5a484cb4590ff53ca17e7e1a9db33b1794e /src/modinfo.h | |
| parent | 78ae7072c9a0ea3795dc0610b389e8e335f4eee6 (diff) | |
Multiple updates:
* Remove periodic auto-update
* Add context menu force-update for mod list
* Fix some bugs with update parsing
- Ignore update files that are deleted
- Fix remaining issue with failing to get all mods due to capitalization
* Remove queue retry when out of requests
* Clear all requests when out of requests
* More potential improvements to login/validation process
Diffstat (limited to 'src/modinfo.h')
| -rw-r--r-- | src/modinfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modinfo.h b/src/modinfo.h index ae9dd1f3..9343a98c 100644 --- a/src/modinfo.h +++ b/src/modinfo.h @@ -188,7 +188,7 @@ public: /** * @brief run a limited batch of mod update checks for "newest version" information */ - static int autoUpdateCheck(PluginContainer *pluginContainer, QObject *receiver); + static int manualUpdateCheck(PluginContainer *pluginContainer, QObject *receiver, std::multimap<QString, int> IDs); /** * @brief query nexus information for every mod and update the "newest version" information |
