- 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

@ -124,6 +124,8 @@ class GUI : public QMainWindow, private Ui::MainWindow{
void readSettings();
void on_actionExit_triggered();
void createTrayIcon();
void updateUnfinishedTorrentNumberCalc();
void updateFinishedTorrentNumberCalc();
void updateUnfinishedTorrentNumber(unsigned int nb);
void updateFinishedTorrentNumber(unsigned int nb);
void fullDiskError(QTorrentHandle& h) const;