mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-06 15:42:32 -06:00
Allow transfer list text color changes through QSS
This commit is contained in:
@@ -177,6 +177,11 @@ CreateTorrentParams::CreateTorrentParams(const AddTorrentParams ¶ms)
|
||||
savePath = Session::instance()->defaultSavePath();
|
||||
}
|
||||
|
||||
uint BitTorrent::qHash(const BitTorrent::TorrentState key, const uint seed)
|
||||
{
|
||||
return ::qHash(static_cast<std::underlying_type_t<TorrentState>>(key), seed);
|
||||
}
|
||||
|
||||
// TorrentHandle
|
||||
|
||||
const qreal TorrentHandle::USE_GLOBAL_RATIO = -2.;
|
||||
|
||||
Reference in New Issue
Block a user