mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-13 18:17:08 -07:00
Collect and save alltime UL/DL samples
This commit is contained in:
parent
d1921933f4
commit
687e7a1343
4 changed files with 51 additions and 4 deletions
|
@ -2778,6 +2778,14 @@ qlonglong QBtSession::getETA(const QString &hash) const
|
|||
return m_speedMonitor->getETA(hash);
|
||||
}
|
||||
|
||||
quint64 QBtSession::getAlltimeDL() const {
|
||||
return m_speedMonitor->getAlltimeDL();
|
||||
}
|
||||
|
||||
quint64 QBtSession::getAlltimeUL() const {
|
||||
return m_speedMonitor->getAlltimeUL();
|
||||
}
|
||||
|
||||
void QBtSession::handleIPFilterParsed(int ruleCount)
|
||||
{
|
||||
addConsoleMessage(tr("Successfully parsed the provided IP filter: %1 rules were applied.", "%1 is a number").arg(ruleCount));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue