diff --git a/src/corelib/tools/qcache.h b/src/corelib/tools/qcache.h index ac7760be0b..fbfa2ab997 100644 --- a/src/corelib/tools/qcache.h +++ b/src/corelib/tools/qcache.h @@ -111,7 +111,7 @@ class QCache { return Node(k, std::move(t)); } - void replace(const Value &t) noexcept(std::is_nothrow_assignable_v) + void replace(const Value &t) noexcept(std::is_nothrow_assignable_v) { value = t; }