mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-23 21:14:33 +00:00
Remove inclusion of "qtracker.h" in "qbtsession.h"
This commit is contained in:
parent
b2e3739da2
commit
f6732e87f2
@ -48,6 +48,7 @@
|
|||||||
#include "filterparserthread.h"
|
#include "filterparserthread.h"
|
||||||
#include "preferences.h"
|
#include "preferences.h"
|
||||||
#include "scannedfoldersmodel.h"
|
#include "scannedfoldersmodel.h"
|
||||||
|
#include "qtracker.h"
|
||||||
#ifndef DISABLE_GUI
|
#ifndef DISABLE_GUI
|
||||||
#include "shutdownconfirm.h"
|
#include "shutdownconfirm.h"
|
||||||
#include "geoipmanager.h"
|
#include "geoipmanager.h"
|
||||||
|
@ -49,7 +49,6 @@
|
|||||||
#include <libtorrent/ip_filter.hpp>
|
#include <libtorrent/ip_filter.hpp>
|
||||||
#include <libtorrent/alert_types.hpp>
|
#include <libtorrent/alert_types.hpp>
|
||||||
|
|
||||||
#include "qtracker.h"
|
|
||||||
#include "qtorrenthandle.h"
|
#include "qtorrenthandle.h"
|
||||||
#include "trackerinfos.h"
|
#include "trackerinfos.h"
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
@ -73,6 +72,8 @@ enum TorrentExportFolder {
|
|||||||
FinishedTorrentExportFolder
|
FinishedTorrentExportFolder
|
||||||
};
|
};
|
||||||
|
|
||||||
|
class QTracker;
|
||||||
|
|
||||||
class QBtSession : public QObject {
|
class QBtSession : public QObject {
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
Q_DISABLE_COPY(QBtSession)
|
Q_DISABLE_COPY(QBtSession)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user