mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-12 16:23:07 -07:00
FEATURE: Added a torrent import assistant to seed or keep downloading outside torrents
This commit is contained in:
parent
31e4b8dc31
commit
90dd337069
16 changed files with 560 additions and 43 deletions
|
@ -67,6 +67,7 @@
|
|||
#include "statusbar.h"
|
||||
#include "hidabletabwidget.h"
|
||||
#include "qinisettings.h"
|
||||
#include "torrentimportdlg.h"
|
||||
#ifdef Q_WS_MAC
|
||||
#include "qmacapplication.h"
|
||||
void qt_mac_set_dock_menu(QMenu *menu);
|
||||
|
@ -1195,6 +1196,11 @@ void GUI::on_actionSearch_engine_triggered() {
|
|||
displaySearchTab(actionSearch_engine->isChecked());
|
||||
}
|
||||
|
||||
void GUI::on_action_Import_Torrent_triggered()
|
||||
{
|
||||
TorrentImportDlg::importTorrent(BTSession);
|
||||
}
|
||||
|
||||
/*****************************************************
|
||||
* *
|
||||
* HTTP Downloader *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue