mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-05 15:12:32 -06:00
Search for existing files in separate thread
This commit is contained in:
committed by
sledgehammer999
parent
389664213b
commit
28844eff44
@@ -26,11 +26,11 @@
|
||||
* exception statement from your version.
|
||||
*/
|
||||
|
||||
#ifndef BITTORRENT_INFOHASH_H
|
||||
#define BITTORRENT_INFOHASH_H
|
||||
#pragma once
|
||||
|
||||
#include <libtorrent/sha1_hash.hpp>
|
||||
|
||||
#include <QMetaType>
|
||||
#include <QString>
|
||||
|
||||
namespace BitTorrent
|
||||
@@ -64,4 +64,4 @@ namespace BitTorrent
|
||||
uint qHash(const InfoHash &key, uint seed);
|
||||
}
|
||||
|
||||
#endif // BITTORRENT_INFOHASH_H
|
||||
Q_DECLARE_METATYPE(BitTorrent::InfoHash)
|
||||
|
||||
Reference in New Issue
Block a user