mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 22:47:21 -06:00
Store TorrentTempData only in memory. Partially implements #583.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user