mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-30 11:38:50 -07:00
Merge pull request #629 from sledgehammer999/temp_tor_data
Store TorrentTempData only in memory. Partially implements #583.
This commit is contained in:
commit
a33a959f63
2 changed files with 44 additions and 96 deletions
|
@ -82,6 +82,9 @@
|
|||
#include <string.h>
|
||||
#include "dnsupdater.h"
|
||||
|
||||
//initialize static member variables
|
||||
QHash<QString, TorrentTempData::TorrentData> TorrentTempData::data = QHash<QString, TorrentTempData::TorrentData>();
|
||||
|
||||
using namespace libtorrent;
|
||||
|
||||
QBtSession* QBtSession::m_instance = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue