mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
- Fixed downloadFromUrl() (still have to do some checking with the thread)
This commit is contained in:
parent
aa6f6161c3
commit
524540e63d
4 changed files with 14 additions and 0 deletions
|
@ -151,6 +151,8 @@ class GUI : public QMainWindow, private Ui::MainWindow{
|
|||
void addUnauthenticatedTracker(QPair<torrent_handle,std::string> tracker);
|
||||
void processScannedFiles(const QStringList& params);
|
||||
void processDownloadedFiles(const QString& path, const QString& url);
|
||||
void downloadFromURLList(const QStringList& urls);
|
||||
void displayDownloadingUrlInfos(const QString& url);
|
||||
// Search slots
|
||||
void on_search_button_clicked();
|
||||
void on_stop_search_button_clicked();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue