mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-30 11:38:50 -07:00
Store TorrentTempData only in memory. Partially implements #583.
This commit is contained in:
parent
4f667c6e7d
commit
9a0a26dae1
2 changed files with 32 additions and 84 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