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 884cce1db8..b0d2b3c012 100644
--- a/examples/network/torrent/torrentserver.h
+++ b/examples/network/torrent/torrentserver.h
@@ -68,7 +68,7 @@ public:
void removeClient(TorrentClient *client);
protected:
- void incomingConnection(qintptr socketDescriptor) Q_DECL_OVERRIDE;
+ void incomingConnection(qintptr socketDescriptor) override;
private slots:
void removeClient();