mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-10 17:35:00 -06:00
- Fixed downloadFromUrl() (still have to do some checking with the thread)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user