Lines 1-14
Link Here
|
1 |
--- plugins/bittorrent/core.h.orig 2014-07-28 18:35:44 UTC |
|
|
2 |
+++ plugins/bittorrent/core.h |
3 |
@@ -271,7 +271,7 @@ namespace BitTorrent |
4 |
const QVector<bool>& files = QVector<bool> (), |
5 |
LeechCraft::TaskParameters params = LeechCraft::NoParameters); |
6 |
void KillTask (int); |
7 |
- void RemoveTorrent (int, int opt = libtorrent::session::none); |
8 |
+ void RemoveTorrent (int, int opt = 0); |
9 |
void PauseTorrent (int); |
10 |
void ResumeTorrent (int); |
11 |
void ForceReannounce (int); |
12 |
--- plugins/bittorrent/core.cpp.orig 2014-07-28 18:35:44 UTC |
1 |
--- plugins/bittorrent/core.cpp.orig 2014-07-28 18:35:44 UTC |
13 |
+++ plugins/bittorrent/core.cpp |
2 |
+++ plugins/bittorrent/core.cpp |
14 |
@@ -230,9 +230,11 @@ namespace BitTorrent |
3 |
@@ -230,9 +230,11 @@ namespace BitTorrent |
Lines 41-46
Link Here
|
41 |
|
30 |
|
42 |
handle = Session_->add_torrent (atp); |
31 |
handle = Session_->add_torrent (atp); |
43 |
if (XmlSettingsManager::Instance ()->property ("ResolveCountries").toBool ()) |
32 |
if (XmlSettingsManager::Instance ()->property ("ResolveCountries").toBool ()) |
|
|
33 |
--- plugins/bittorrent/core.h.orig 2014-07-28 18:35:44 UTC |
34 |
+++ plugins/bittorrent/core.h |
35 |
@@ -271,7 +271,7 @@ namespace BitTorrent |
36 |
const QVector<bool>& files = QVector<bool> (), |
37 |
LeechCraft::TaskParameters params = LeechCraft::NoParameters); |
38 |
void KillTask (int); |
39 |
- void RemoveTorrent (int, int opt = libtorrent::session::none); |
40 |
+ void RemoveTorrent (int, int opt = 0); |
41 |
void PauseTorrent (int); |
42 |
void ResumeTorrent (int); |
43 |
void ForceReannounce (int); |
44 |
--- plugins/bittorrent/torrentplugin.cpp.orig 2014-07-28 18:35:44 UTC |
44 |
--- plugins/bittorrent/torrentplugin.cpp.orig 2014-07-28 18:35:44 UTC |
45 |
+++ plugins/bittorrent/torrentplugin.cpp |
45 |
+++ plugins/bittorrent/torrentplugin.cpp |
46 |
@@ -555,7 +555,7 @@ namespace LeechCraft |
46 |
@@ -555,7 +555,7 @@ namespace LeechCraft |