|
|
@ -119,6 +119,8 @@ void FinishedTorrents::addTorrent(QString hash){ |
|
|
|
// Update the number of finished torrents
|
|
|
|
// Update the number of finished torrents
|
|
|
|
++nbFinished; |
|
|
|
++nbFinished; |
|
|
|
emit finishedTorrentsNumberChanged(nbFinished); |
|
|
|
emit finishedTorrentsNumberChanged(nbFinished); |
|
|
|
|
|
|
|
// Sort List
|
|
|
|
|
|
|
|
sortFinishedList(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// Set the color of a row in data model
|
|
|
|
// Set the color of a row in data model
|
|
|
|