Home
last modified time | relevance | path

Searched refs:nbDownloading (Results 1 – 1 of 1) sorted by relevance

/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/gui/
H A Dtransferlistfilterswidget.cpp231 int nbDownloading = 0; in updateTorrentNumbers() local
247 ++nbDownloading; in updateTorrentNumbers()
271 …m(TorrentFilter::Downloading)->setData(Qt::DisplayRole, tr("Downloading (%1)").arg(nbDownloading)); in updateTorrentNumbers()