mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-05 15:12:32 -06:00
BUGFIX: Disable ETA calculation when ETA column is hidden
This commit is contained in:
@@ -78,6 +78,7 @@ class bittorrent : public QObject{
|
||||
QStringList *queuedDownloads;
|
||||
QStringList *uploadQueue;
|
||||
QStringList *queuedUploads;
|
||||
bool calculateETA;
|
||||
|
||||
protected:
|
||||
QString getSavePath(QString hash);
|
||||
@@ -175,6 +176,7 @@ class bittorrent : public QObject{
|
||||
void setTimerScanInterval(int secs);
|
||||
void setMaxActiveDownloads(int val);
|
||||
void setMaxActiveTorrents(int val);
|
||||
void setETACalculation(bool enable);
|
||||
|
||||
protected slots:
|
||||
void scanDirectory();
|
||||
|
||||
Reference in New Issue
Block a user