mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 08:27:24 -06:00
committed by
GitHub
parent
459d1cf82c
commit
4318de6dc5
@@ -136,7 +136,8 @@ public:
|
||||
|
||||
private slots:
|
||||
void processMessage(const QString &message);
|
||||
void torrentFinished(BitTorrent::Torrent *const torrent);
|
||||
void torrentAdded(const BitTorrent::Torrent *torrent) const;
|
||||
void torrentFinished(const BitTorrent::Torrent *torrent);
|
||||
void allTorrentsFinished();
|
||||
void cleanup();
|
||||
|
||||
@@ -155,7 +156,7 @@ private:
|
||||
void initializeTranslation();
|
||||
AddTorrentParams parseParams(const QStringList ¶ms) const;
|
||||
void processParams(const AddTorrentParams ¶ms);
|
||||
void runExternalProgram(const BitTorrent::Torrent *torrent) const;
|
||||
void runExternalProgram(const QString &programTemplate, const BitTorrent::Torrent *torrent) const;
|
||||
void sendNotificationEmail(const BitTorrent::Torrent *torrent);
|
||||
|
||||
#ifdef QBT_USES_LIBTORRENT2
|
||||
|
||||
Reference in New Issue
Block a user