mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-04 06:32:29 -06:00
Provide torrent creation feature via WebAPI
PR #20366. Closes #5614. Co-authored-by: Radu Carpa <radu.carpa@cern.ch>
This commit is contained in:
committed by
GitHub
parent
15697f904d
commit
0114610a40
@@ -1,5 +1,6 @@
|
||||
/*
|
||||
* Bittorrent Client using Qt and libtorrent.
|
||||
* Copyright (C) 2024 Radu Carpa <radu.carpa@cern.ch>
|
||||
* Copyright (C) 2017 Mike Tzou (Chocobo1)
|
||||
* Copyright (C) 2010 Christophe Dumez <chris@qbittorrent.org>
|
||||
*
|
||||
@@ -58,7 +59,7 @@ private slots:
|
||||
void onAddFileButtonClicked();
|
||||
void onAddFolderButtonClicked();
|
||||
void handleCreationFailure(const QString &msg);
|
||||
void handleCreationSuccess(const Path &path, const Path &branchPath);
|
||||
void handleCreationSuccess(const BitTorrent::TorrentCreatorResult &result);
|
||||
|
||||
private:
|
||||
void dropEvent(QDropEvent *event) override;
|
||||
|
||||
Reference in New Issue
Block a user