|
|
|
@ -333,6 +333,7 @@ namespace BitTorrent
@@ -333,6 +333,7 @@ namespace BitTorrent
|
|
|
|
|
QStringList bannedIPs() const; |
|
|
|
|
void setBannedIPs(const QStringList &list); |
|
|
|
|
|
|
|
|
|
void startUpTorrents(); |
|
|
|
|
TorrentHandle *findTorrent(const InfoHash &hash) const; |
|
|
|
|
QHash<InfoHash, TorrentHandle *> torrents() const; |
|
|
|
|
TorrentStatusReport torrentStatusReport() const; |
|
|
|
@ -463,7 +464,6 @@ namespace BitTorrent
@@ -463,7 +464,6 @@ namespace BitTorrent
|
|
|
|
|
void enableIPFilter(); |
|
|
|
|
void disableIPFilter(); |
|
|
|
|
|
|
|
|
|
void startUpTorrents(); |
|
|
|
|
bool addTorrent_impl(AddTorrentData addData, const MagnetUri &magnetUri, |
|
|
|
|
TorrentInfo torrentInfo = TorrentInfo(), |
|
|
|
|
const QByteArray &fastresumeData = QByteArray()); |
|
|
|
|