|
|
@ -36,7 +36,14 @@ |
|
|
|
#include <QWaitCondition> |
|
|
|
#include <QWaitCondition> |
|
|
|
#include <QAtomicPointer> |
|
|
|
#include <QAtomicPointer> |
|
|
|
#include <QSharedPointer> |
|
|
|
#include <QSharedPointer> |
|
|
|
#include <libtorrent/session.hpp> |
|
|
|
|
|
|
|
|
|
|
|
#include <vector> |
|
|
|
|
|
|
|
#include <memory> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
namespace libtorrent { |
|
|
|
|
|
|
|
class session; |
|
|
|
|
|
|
|
class alert; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
class QAlertDispatcher : public QObject { |
|
|
|
class QAlertDispatcher : public QObject { |
|
|
|
Q_OBJECT |
|
|
|
Q_OBJECT |
|
|
|