- Some more signal/slot fixing

This commit is contained in:
Christophe Dumez
2008-12-26 22:17:02 +00:00
parent 41c6a847b9
commit 51638eddcc
4 changed files with 4 additions and 7 deletions

View File

@@ -177,8 +177,6 @@ class bittorrent : public QObject {
void updateFileSize(QString hash);
void downloadFromUrlFailure(QString url, QString reason);
void torrentFinishedChecking(QTorrentHandle& h);
void forceUnfinishedListUpdate();
void forceFinishedListUpdate();
};
#endif