summaryrefslogtreecommitdiffstats
path: root/examples/network/torrent/torrentserver.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/network/torrent/torrentserver.h')
-rw-r--r--examples/network/torrent/torrentserver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/network/torrent/torrentserver.h b/examples/network/torrent/torrentserver.h
index abe48f8e18..fd939ae641 100644
--- a/examples/network/torrent/torrentserver.h
+++ b/examples/network/torrent/torrentserver.h
@@ -58,7 +58,7 @@ public:
void removeClient(TorrentClient *client);
protected:
- void incomingConnection(int socketDescriptor);
+ void incomingConnection(qintptr socketDescriptor);
private slots:
void removeClient();