mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 21:03:30 -07:00
Create header for common BitTorrent declarations
This commit is contained in:
parent
4a1e3de06d
commit
f4efa530dc
14 changed files with 48 additions and 10 deletions
|
@ -65,6 +65,7 @@
|
|||
#include "base/tristatebool.h"
|
||||
#include "base/utils/fs.h"
|
||||
#include "base/utils/string.h"
|
||||
#include "common.h"
|
||||
#include "downloadpriority.h"
|
||||
#include "ltunderlyingtype.h"
|
||||
#include "peeraddress.h"
|
||||
|
@ -72,6 +73,8 @@
|
|||
#include "session.h"
|
||||
#include "trackerentry.h"
|
||||
|
||||
const QString QB_EXT {QStringLiteral(".!qB")};
|
||||
|
||||
using namespace BitTorrent;
|
||||
|
||||
#if (LIBTORRENT_VERSION_NUM >= 10200)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue