summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMårten Nordheim <marten.nordheim@qt.io>2023-01-25 12:49:51 +0100
committerMårten Nordheim <marten.nordheim@qt.io>2023-02-14 18:49:46 +0100
commit22fc1d08bb666bb91470ad3759b91256a56ef4fa (patch)
treef99c0503694318dd2a027c4eaec6c18a79ec8110 /examples
parent3fc26dbb2cfe07d1ae0acf4e18b6c94b64e56662 (diff)
Torrent example: delete unimplemented functions
That's not fit for an example... Task-number: QTBUG-110622 Pick-to: 6.5 Change-Id: Ib196d61867f95f3ff2e45841509d49df9360ad25 Reviewed-by: Konrad Kujawa <konrad.kujawa@qt.io> Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/network/torrent/torrentclient.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/network/torrent/torrentclient.h b/examples/network/torrent/torrentclient.h
index 4ff346e374..c06f0c41d2 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;