- Removed a useless function

- Stop resfreshing trackers errors in torrent properties because this is annoying when you're trying to read them
This commit is contained in:
Christophe Dumez
2007-07-31 09:17:59 +00:00
parent 816a3c8784
commit 99a58b9208
3 changed files with 2 additions and 16 deletions

View File

@@ -72,7 +72,6 @@ class bittorrent : public QObject{
bool isDHTEnabled() const;
float getPayloadDownloadRate() const;
float getPayloadUploadRate() const;
QList<torrent_handle> getFinishedTorrentHandles() const;
session_status getSessionStatus() const;
int getListenPort() const;
QStringList getTorrentsToPauseAfterChecking() const;