mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-13 00:33:09 -07:00
Reduce number of DownloadManager signals
This commit is contained in:
parent
0f1fc7be9d
commit
6cb15706f5
26 changed files with 317 additions and 337 deletions
|
@ -62,6 +62,11 @@ namespace BitTorrent
|
|||
class TorrentHandle;
|
||||
}
|
||||
|
||||
namespace Net
|
||||
{
|
||||
struct DownloadResult;
|
||||
}
|
||||
|
||||
namespace Ui
|
||||
{
|
||||
class MainWindow;
|
||||
|
@ -135,8 +140,7 @@ private slots:
|
|||
void toggleAlternativeSpeeds();
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
void pythonDownloadSuccess(const QString &url, const QString &filePath);
|
||||
void pythonDownloadFailure(const QString &url, const QString &error);
|
||||
void pythonDownloadFinished(const Net::DownloadResult &result);
|
||||
#endif
|
||||
void addToolbarContextMenu();
|
||||
void manageCookies();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue