mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-11 15:27:54 +00:00
Remove inclusion of alertdispatch.h from qbtsession.h
This commit is contained in:
parent
83dd35dbc9
commit
c9b27e032b
@ -41,6 +41,7 @@
|
||||
#include "torrentspeedmonitor.h"
|
||||
#include "torrentstatistics.h"
|
||||
#include "qbtsession.h"
|
||||
#include "alertdispatcher.h"
|
||||
#include "misc.h"
|
||||
#include "fs_utils.h"
|
||||
#include "downloadthread.h"
|
||||
|
@ -52,7 +52,6 @@
|
||||
#include "qtracker.h"
|
||||
#include "qtorrenthandle.h"
|
||||
#include "trackerinfos.h"
|
||||
#include "alertdispatcher.h"
|
||||
#include "misc.h"
|
||||
|
||||
#define MAX_SAMPLES 20
|
||||
@ -65,6 +64,7 @@ class ScanFoldersModel;
|
||||
class TorrentSpeedMonitor;
|
||||
class TorrentStatistics;
|
||||
class DNSUpdater;
|
||||
class QAlertDispatcher;
|
||||
|
||||
const int MAX_LOG_MESSAGES = 1000;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user