- some more signal / slot fixing

This commit is contained in:
Christophe Dumez
2008-12-26 22:11:40 +00:00
parent d57062a45a
commit 41c6a847b9
3 changed files with 2 additions and 3 deletions

View File

@@ -176,7 +176,7 @@ class bittorrent : public QObject {
void newDownloadedTorrent(QString path, QString url);
void updateFileSize(QString hash);
void downloadFromUrlFailure(QString url, QString reason);
void torrentFinishedChecking(QString hash);
void torrentFinishedChecking(QTorrentHandle& h);
void forceUnfinishedListUpdate();
void forceFinishedListUpdate();
};