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/nexusinterface.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/nexusinterface.h')
| -rw-r--r-- | src/nexusinterface.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nexusinterface.h b/src/nexusinterface.h index 64f15961..db4ebfd6 100644 --- a/src/nexusinterface.h +++ b/src/nexusinterface.h @@ -460,8 +460,6 @@ private: PluginContainer *m_PluginContainer; - QTimer m_RetryTimer; - int m_RemainingDailyRequests; int m_RemainingHourlyRequests; int m_MaxDailyRequests; |
