diff --git a/src/bittorrent.h b/src/bittorrent.h index 9cd3505db..66e15f0fa 100644 --- a/src/bittorrent.h +++ b/src/bittorrent.h @@ -37,7 +37,6 @@ using namespace libtorrent; class downloadThread; -class deleteThread; class QTimer; class FilterParserThread; @@ -48,16 +47,15 @@ class bittorrent : public QObject { session *s; QString scan_dir; QPointer timerScan; - QTimer *timerAlerts; - QTimer *fastResumeSaver; + QPointer timerAlerts; + QPointer fastResumeSaver; QPointer BigRatioTimer; bool DHTEnabled; - downloadThread *downloader; + QPointer downloader; QString defaultSavePath; QHash > trackersErrors; QStringList consoleMessages; QStringList peerBanMessages; - deleteThread *deleter; QStringList finishedTorrents; QStringList unfinishedTorrents; bool preAllocateAll;