mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-02-02 01:44:26 +00:00
parent
413e7dd3c4
commit
63499511cb
@ -38,16 +38,20 @@
|
|||||||
#include "base/bittorrent/addtorrentparams.h"
|
#include "base/bittorrent/addtorrentparams.h"
|
||||||
#include "base/torrentfileguard.h"
|
#include "base/torrentfileguard.h"
|
||||||
|
|
||||||
|
namespace BitTorrent
|
||||||
|
{
|
||||||
|
class InfoHash;
|
||||||
|
class Session;
|
||||||
|
class Torrent;
|
||||||
|
class TorrentDescriptor;
|
||||||
|
}
|
||||||
|
|
||||||
namespace Net
|
namespace Net
|
||||||
{
|
{
|
||||||
struct DownloadResult;
|
struct DownloadResult;
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace BitTorrent
|
class QString;
|
||||||
{
|
|
||||||
class Session;
|
|
||||||
class TorrentDescriptor;
|
|
||||||
}
|
|
||||||
|
|
||||||
class AddTorrentManager : public ApplicationComponent<QObject>
|
class AddTorrentManager : public ApplicationComponent<QObject>
|
||||||
{
|
{
|
||||||
|
@ -33,11 +33,9 @@
|
|||||||
#include <QtSystemDetection>
|
#include <QtSystemDetection>
|
||||||
#include <QMetaObject>
|
#include <QMetaObject>
|
||||||
|
|
||||||
#include "base/addtorrentmanager.h"
|
#include "base/pathfwd.h"
|
||||||
|
|
||||||
class QString;
|
class AddTorrentManager;
|
||||||
|
|
||||||
class Path;
|
|
||||||
struct QBtCommandLineParameters;
|
struct QBtCommandLineParameters;
|
||||||
|
|
||||||
#ifdef Q_OS_WIN
|
#ifdef Q_OS_WIN
|
||||||
|
@ -38,6 +38,7 @@
|
|||||||
#include <QRegularExpression>
|
#include <QRegularExpression>
|
||||||
#include <QUrl>
|
#include <QUrl>
|
||||||
|
|
||||||
|
#include "base/addtorrentmanager.h"
|
||||||
#include "base/bittorrent/categoryoptions.h"
|
#include "base/bittorrent/categoryoptions.h"
|
||||||
#include "base/bittorrent/downloadpriority.h"
|
#include "base/bittorrent/downloadpriority.h"
|
||||||
#include "base/bittorrent/infohash.h"
|
#include "base/bittorrent/infohash.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user