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 50cc99c7d6..0f1be50c5b 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(qintptr socketDescriptor);
+ void incomingConnection(qintptr socketDescriptor) Q_DECL_OVERRIDE;
private slots:
void removeClient();