Add "Tracker entries" dialog

This commit is contained in:
Chocobo1
2019-06-24 23:37:31 +08:00
parent 91742d4a53
commit 9e7f50517e
9 changed files with 277 additions and 1 deletions

View File

@@ -31,6 +31,8 @@
#include <libtorrent/announce_entry.hpp>
#include <QtGlobal>
class QString;
namespace BitTorrent
@@ -70,6 +72,7 @@ namespace BitTorrent
};
bool operator==(const TrackerEntry &left, const TrackerEntry &right);
uint qHash(const TrackerEntry &key, uint seed);
}
#endif // BITTORRENT_TRACKERENTRY_H