- Queueing systems now updates the number of active torrents in tab titles

This commit is contained in:
Christophe Dumez
2008-07-15 20:19:41 +00:00
parent 4b8532ea2d
commit 15ce9a7369
4 changed files with 30 additions and 0 deletions

View File

@@ -208,6 +208,8 @@ class bittorrent : public QObject{
void torrent_ratio_deleted(QString fileName);
void UPnPError(QString msg);
void UPnPSuccess(QString msg);
void updateFinishedTorrentNumber();
void updateUnfinishedTorrentNumber();
};
#endif