Browse Source

Remove unused header

adaptive-webui-19844
Chocobo1 2 years ago
parent
commit
71b1cb3b9c
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
  1. 2
      src/base/bittorrent/infohash.cpp
  2. 1
      src/base/bittorrent/infohash.h

2
src/base/bittorrent/infohash.cpp

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

1
src/base/bittorrent/infohash.h

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

Loading…
Cancel
Save