Search for existing files in separate thread

This commit is contained in:
Vladimir Golovnev (Glassez)
2020-12-02 09:16:11 +03:00
parent 9497300a4a
commit a93b675cb8
10 changed files with 191 additions and 46 deletions

View File

@@ -33,6 +33,8 @@
using namespace BitTorrent;
const int InfoHashTypeId = qRegisterMetaType<InfoHash>();
InfoHash::InfoHash()
: m_valid(false)
{