mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-02 21:52:32 -06:00
Remove redundant namespace prefix
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
|
||||
namespace BitTorrent
|
||||
{
|
||||
uint qHash(const BitTorrent::TorrentState key, const uint seed)
|
||||
uint qHash(const TorrentState key, const uint seed)
|
||||
{
|
||||
return ::qHash(static_cast<std::underlying_type_t<TorrentState>>(key), seed);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user