mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 22:18:05 -06:00
Remove inclusion of "qtracker.h" in "qbtsession.h"
This commit is contained in:
@@ -48,6 +48,7 @@
|
||||
#include "filterparserthread.h"
|
||||
#include "preferences.h"
|
||||
#include "scannedfoldersmodel.h"
|
||||
#include "qtracker.h"
|
||||
#ifndef DISABLE_GUI
|
||||
#include "shutdownconfirm.h"
|
||||
#include "geoipmanager.h"
|
||||
|
||||
@@ -49,7 +49,6 @@
|
||||
#include <libtorrent/ip_filter.hpp>
|
||||
#include <libtorrent/alert_types.hpp>
|
||||
|
||||
#include "qtracker.h"
|
||||
#include "qtorrenthandle.h"
|
||||
#include "trackerinfos.h"
|
||||
#include "misc.h"
|
||||
@@ -73,6 +72,8 @@ enum TorrentExportFolder {
|
||||
FinishedTorrentExportFolder
|
||||
};
|
||||
|
||||
class QTracker;
|
||||
|
||||
class QBtSession : public QObject {
|
||||
Q_OBJECT
|
||||
Q_DISABLE_COPY(QBtSession)
|
||||
|
||||
Reference in New Issue
Block a user