- BUGFIX: Provide more helpful explanation when an I/O error occured

This commit is contained in:
Christophe Dumez
2009-04-17 20:04:09 +00:00
parent bf9dc052d3
commit 65c4da6f0e
5 changed files with 7 additions and 6 deletions

View File

@@ -178,7 +178,7 @@ class bittorrent : public QObject {
void pausedTorrent(QTorrentHandle& h);
void resumedTorrent(QTorrentHandle& h);
void finishedTorrent(QTorrentHandle& h);
void fullDiskError(QTorrentHandle& h);
void fullDiskError(QTorrentHandle& h, QString msg);
void trackerError(QString hash, QString time, QString msg);
void trackerAuthenticationRequired(QTorrentHandle& h);
void newDownloadedTorrent(QString path, QString url);