Forward declare "Add torrent manager" type

PR #19713.
This commit is contained in:
Chocobo1
2023-10-16 14:52:09 +08:00
committed by GitHub
parent 413e7dd3c4
commit 63499511cb
3 changed files with 12 additions and 9 deletions

View File

@@ -33,11 +33,9 @@
#include <QtSystemDetection>
#include <QMetaObject>
#include "base/addtorrentmanager.h"
#include "base/pathfwd.h"
class QString;
class Path;
class AddTorrentManager;
struct QBtCommandLineParameters;
#ifdef Q_OS_WIN