mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-03 22:22:33 -06:00
- Wait for torrent_paused_alert before saving fast resume data
This commit is contained in:
@@ -56,6 +56,7 @@ class bittorrent : public QObject{
|
||||
QList<QString> fullAllocationModeList;
|
||||
QHash<QString, QList<QPair<QString, QString> > > trackersErrors;
|
||||
deleteThread *deleter;
|
||||
QList<QString> pausedTorrents;
|
||||
|
||||
protected:
|
||||
QString getSavePath(QString hash);
|
||||
@@ -82,6 +83,7 @@ class bittorrent : public QObject{
|
||||
float getRealRatio(QString hash) const;
|
||||
session* getSession() const;
|
||||
QList<QPair<QString, QString> > getTrackersErrors(QString hash) const;
|
||||
bool receivedPausedAlert(QString hash) const;
|
||||
|
||||
public slots:
|
||||
void addTorrent(QString path, bool fromScanDir = false, bool onStartup = false, QString from_url = QString());
|
||||
|
||||
Reference in New Issue
Block a user