summaryrefslogtreecommitdiffstats
path: root/examples/network/torrent/trackerclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/network/torrent/trackerclient.h')
-rw-r--r--examples/network/torrent/trackerclient.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/network/torrent/trackerclient.h b/examples/network/torrent/trackerclient.h
index 17d237e665..6647422e3f 100644
--- a/examples/network/torrent/trackerclient.h
+++ b/examples/network/torrent/trackerclient.h
@@ -74,7 +74,7 @@ signals:
void uploadCountUpdated(qint64 newUploadCount);
void downloadCountUpdated(qint64 newDownloadCount);
-
+
void stopped();
protected:
@@ -99,7 +99,7 @@ private:
qint64 length;
QString uname;
QString pwd;
-
+
bool firstTrackerRequest;
bool lastTrackerRequest;
bool firstSeeding;