Split TorrentHandle interface and implementation

This commit is contained in:
Vladimir Golovnev (Glassez) 2020-04-12 18:08:19 +03:00
parent c25b3e623c
commit 1132b84548
No known key found for this signature in database
GPG key ID: 52A2C7DEE2DFA6F7
19 changed files with 2765 additions and 2538 deletions

View file

@ -43,6 +43,7 @@
#include <QUrl>
#include "base/bittorrent/downloadpriority.h"
#include "base/bittorrent/infohash.h"
#include "base/bittorrent/session.h"
#include "base/bittorrent/torrenthandle.h"
#include "base/preferences.h"