mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 07:57:22 -06:00
FEATURE: Added a torrent import assistant to seed or keep downloading outside torrents
This commit is contained in:
@@ -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 *
|
||||
|
||||
Reference in New Issue
Block a user