From a2511182f5f5e71ddb017da7c46efc2fb9d032d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Nordheim?= Date: Wed, 25 Jan 2023 12:49:51 +0100 Subject: [PATCH] Torrent example: delete unimplemented functions That's not fit for an example... Task-number: QTBUG-110622 Change-Id: Ib196d61867f95f3ff2e45841509d49df9360ad25 Reviewed-by: Konrad Kujawa Reviewed-by: Timur Pocheptsov (cherry picked from commit 22fc1d08bb666bb91470ad3759b91256a56ef4fa) Reviewed-by: Qt Cherry-pick Bot --- examples/network/torrent/torrentclient.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/network/torrent/torrentclient.h b/examples/network/torrent/torrentclient.h index 4ff346e374c..c06f0c41d2b 100644 --- a/examples/network/torrent/torrentclient.h +++ b/examples/network/torrent/torrentclient.h @@ -69,9 +69,6 @@ public: bool setTorrent(const QByteArray &torrentData); MetaInfo metaInfo() const; - void setMaxConnections(int connections); - int maxConnections() const; - void setDestinationFolder(const QString &directory); QString destinationFolder() const;