mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-06 23:52:31 -06:00
committed by
GitHub
parent
0cc318664d
commit
26352c9eb4
@@ -37,6 +37,7 @@
|
||||
#include <libtorrent/torrent_handle.hpp>
|
||||
#include <libtorrent/torrent_status.hpp>
|
||||
|
||||
#include <QBitArray>
|
||||
#include <QDateTime>
|
||||
#include <QHash>
|
||||
#include <QMap>
|
||||
@@ -320,5 +321,7 @@ namespace BitTorrent
|
||||
bool m_unchecked = false;
|
||||
|
||||
lt::add_torrent_params m_ltAddTorrentParams;
|
||||
|
||||
mutable QBitArray m_pieces;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user