FEATURE: Added error state for torrents (error is displayed in a tooltip)

This commit is contained in:
Christophe Dumez 2010-05-24 14:19:25 +00:00
parent 8db8841c9c
commit 781d33b869
7 changed files with 31 additions and 9 deletions

View file

@ -2034,7 +2034,7 @@ void Bittorrent::addConsoleMessage(QString msg, QString) {
addConsoleMessage(tr("Reason: %1").arg(misc::toQString(p->message())));
if(h.is_valid()) {
emit fullDiskError(h, misc::toQString(p->message()));
h.pause();
//h.pause();
emit pausedTorrent(h);
}
}