- Bug fix in session configuring (queueing)

This commit is contained in:
Christophe Dumez
2008-07-15 18:34:28 +00:00
parent 8e7d0f4dc1
commit 4b8532ea2d
2 changed files with 24 additions and 2 deletions

View File

@@ -108,6 +108,8 @@ class bittorrent : public QObject{
bool isQueueingEnabled() const;
int getDlTorrentPriority(QString hash) const;
int getUpTorrentPriority(QString hash) const;
int getMaximumActiveDownloads() const;
int getMaximumActiveTorrents() const;
bool isDownloadQueued(QString hash) const;
bool isUploadQueued(QString hash) const;
int loadTorrentPriority(QString hash);