- Fixed downloadFromUrl() (still have to do some checking with the thread)

This commit is contained in:
Christophe Dumez
2007-03-08 17:00:12 +00:00
parent aa6f6161c3
commit 524540e63d
4 changed files with 14 additions and 0 deletions

View File

@@ -135,6 +135,7 @@ class bittorrent : public QObject{
void downloadFromUrlFailure(const QString& url, const QString& error);
void scanDirFoundTorrents(const QStringList& pathList);
void newDownloadedTorrent(const QString& path, const QString& url);
void aboutToDownloadFromUrl(const QString& url);
};
#endif