1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-11 07:18:08 +00:00

Remove unused header

This commit is contained in:
Chocobo1 2022-04-16 14:57:02 +08:00
parent b740cc23d3
commit 71b1cb3b9c
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
2 changed files with 2 additions and 1 deletions

View File

@ -28,6 +28,8 @@
#include "infohash.h"
#include <QHash>
const int TorrentIDTypeId = qRegisterMetaType<BitTorrent::TorrentID>();
BitTorrent::InfoHash::InfoHash(const WrappedType &nativeHash)

View File

@ -33,7 +33,6 @@
#endif
#include <QtGlobal>
#include <QHash>
#include <QMetaType>
#include "base/digest32.h"