mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
- Torrent downloading is now handled by search engine plugins to allow for more flexibility
This commit is contained in:
parent
8214d87ce5
commit
c2244f746e
17 changed files with 182 additions and 25 deletions
|
@ -173,7 +173,8 @@ class GUI : public QMainWindow, private Ui::MainWindow{
|
|||
void OptionsSaved(bool deleteOptions);
|
||||
// HTTP slots
|
||||
void on_actionDownload_from_URL_triggered();
|
||||
|
||||
// Properties
|
||||
void on_prop_infos_button_clicked();
|
||||
|
||||
public slots:
|
||||
void trackerAuthenticationRequired(QTorrentHandle& h);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue