1
0
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:
Ivan Sorokin 2014-10-18 03:35:41 +04:00
parent 83dd35dbc9
commit c9b27e032b
2 changed files with 2 additions and 1 deletions

View File

@ -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"

View File

@ -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;