mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Move basic search-related code into Core.
Also use qBittorrent torrent file download routines instead of nova2dl.py script.
This commit is contained in:
parent
d87e42ba00
commit
1f00d2e5d7
22 changed files with 1379 additions and 1235 deletions
|
@ -34,6 +34,7 @@
|
|||
#include "notifications.h"
|
||||
#endif
|
||||
|
||||
#include <QDebug>
|
||||
#include <QFileDialog>
|
||||
#include <QFileSystemWatcher>
|
||||
#include <QMessageBox>
|
||||
|
@ -50,6 +51,7 @@
|
|||
#include "mainwindow.h"
|
||||
#include "transferlistwidget.h"
|
||||
#include "base/utils/misc.h"
|
||||
#include "base/utils/fs.h"
|
||||
#include "torrentcreatordlg.h"
|
||||
#include "downloadfromurldlg.h"
|
||||
#include "addnewtorrentdialog.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue