mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 14:38:04 -06:00
@@ -2781,6 +2781,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));
|
||||
|
||||
Reference in New Issue
Block a user