1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-05-27 20:52:25 -04:00
This commit is contained in:
srcejon 2024-02-16 20:30:17 +00:00
parent e1817958b5
commit e96831326e

View File

@ -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);
}