pull/1986/head
srcejon 2024-02-16 20:30:17 +00:00
rodzic e1817958b5
commit e96831326e
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -57,7 +57,7 @@ inline uint qHash(const AvailableChannelOrFeature &c, uint seed = 0) noexcept
return qHash(c.getLongId(), seed);
}
#else
size_t qHash(const AvailableChannelOrFeatureList &c, size_t seed = 0) noexcept
inline size_t qHash(const AvailableChannelOrFeature &c, size_t seed = 0) noexcept
{
return qHash(c.getLongId(), seed);
}