mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 22:18:05 -06:00
Use the correct type when referring to info hash
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user