mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-10 15:32:48 -07:00
Use the correct type when referring to info hash
This commit is contained in:
parent
3485ad39d9
commit
9f0429ca6f
12 changed files with 152 additions and 160 deletions
|
@ -41,6 +41,7 @@
|
|||
#include <QSet>
|
||||
#include <QShortcut>
|
||||
#include <QTableView>
|
||||
#include <QVector>
|
||||
#include <QWheelEvent>
|
||||
|
||||
#include "base/bittorrent/infohash.h"
|
||||
|
@ -1226,7 +1227,7 @@ void TransferListWidget::applyTrackerFilterAll()
|
|||
m_sortFilterModel->disableTrackerFilter();
|
||||
}
|
||||
|
||||
void TransferListWidget::applyTrackerFilter(const QStringList &hashes)
|
||||
void TransferListWidget::applyTrackerFilter(const QSet<BitTorrent::InfoHash> &hashes)
|
||||
{
|
||||
m_sortFilterModel->setTrackerFilter(hashes);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue