mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-01-12 18:24:58 +08:00
Fix comment typo in algorithm.h (#15030)
This commit is contained in:
parent
1c34635016
commit
d335f263f3
@ -44,7 +44,7 @@ namespace Algorithm
|
|||||||
{
|
{
|
||||||
};
|
};
|
||||||
|
|
||||||
// To be used with associative array types, such as QMap, QHash and it's variants
|
// To be used with associative array types, such as QMap, QHash and its variants
|
||||||
template <typename T, typename BinaryPredicate
|
template <typename T, typename BinaryPredicate
|
||||||
, typename std::enable_if_t<HasMappedType<T>::value, int> = 0>
|
, typename std::enable_if_t<HasMappedType<T>::value, int> = 0>
|
||||||
void removeIf(T &dict, BinaryPredicate &&p)
|
void removeIf(T &dict, BinaryPredicate &&p)
|
||||||
|
Loading…
Reference in New Issue
Block a user