mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
Rename variables in Session class
This commit is contained in:
parent
89c58921de
commit
29fe0029f0
2 changed files with 10 additions and 10 deletions
|
@ -574,8 +574,8 @@ namespace BitTorrent
|
|||
lt::session *m_nativeSession = nullptr;
|
||||
|
||||
bool m_deferredConfigureScheduled = false;
|
||||
bool m_IPFilteringChanged = true; // initialization require this to be true
|
||||
bool m_listenInterfaceChanged = true; // initialization require this to be true
|
||||
bool m_IPFilteringConfigured = false;
|
||||
bool m_listenInterfaceConfigured = false;
|
||||
|
||||
CachedSettingValue<bool> m_isDHTEnabled;
|
||||
CachedSettingValue<bool> m_isLSDEnabled;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue