mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 09:15:34 +08:00
Suppressed clazy false positive: qHash namespace.
This commit is contained in:
@@ -487,7 +487,7 @@ namespace BlackMisc
|
||||
{
|
||||
public:
|
||||
//! qHash overload, needed for storing value in a QSet.
|
||||
friend uint qHash(const Derived &value, uint seed = 0)
|
||||
friend uint qHash(const Derived &value, uint seed = 0) // clazy:exclude=qhash-namespace
|
||||
{
|
||||
return ::qHash(hashImpl(value), seed);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user