mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-13 00:33:09 -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
8754fd5646
commit
54979e6b53
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