Browse Source

Remove inclusion of alertdispatch.h from qbtsession.h

adaptive-webui-19844
Ivan Sorokin 10 years ago
parent
commit
c9b27e032b
  1. 1
      src/qtlibtorrent/qbtsession.cpp
  2. 2
      src/qtlibtorrent/qbtsession.h

1
src/qtlibtorrent/qbtsession.cpp

@ -41,6 +41,7 @@ @@ -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"

2
src/qtlibtorrent/qbtsession.h

@ -52,7 +52,6 @@ @@ -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; @@ -65,6 +64,7 @@ class ScanFoldersModel;
class TorrentSpeedMonitor;
class TorrentStatistics;
class DNSUpdater;
class QAlertDispatcher;
const int MAX_LOG_MESSAGES = 1000;

Loading…
Cancel
Save