summaryrefslogtreecommitdiffstats
path: root/examples/network/torrent/torrentclient.cpp
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2013-09-21 01:30:43 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-21 02:59:14 +0200
commit642ebccaad1656420fc5a9b37c04bec02ec079b4 (patch)
treeeaabf10380ca37ecb8899bd1e146153c642b223e /examples/network/torrent/torrentclient.cpp
parent129a8ce3898091c7a6a84b9b0b68fa32b7ce61bd (diff)
parent8c6755aeec312ae771ef334fc863642514db3f7c (diff)
Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/staging/dev
Diffstat (limited to 'examples/network/torrent/torrentclient.cpp')
-rw-r--r--examples/network/torrent/torrentclient.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/network/torrent/torrentclient.cpp b/examples/network/torrent/torrentclient.cpp
index f0f47fe884..356dc21a1f 100644
--- a/examples/network/torrent/torrentclient.cpp
+++ b/examples/network/torrent/torrentclient.cpp
@@ -64,7 +64,6 @@ static const int RateControlTimerDelay = 1000;
static const int MinimumTimeBeforeRevisit = 30;
static const int MaxUploads = 4;
static const int UploadScheduleInterval = 10000;
-static const int EndGamePieces = 5;
class TorrentPiece {
public: