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;