diff --git a/src/corelib/global/qswap.h b/src/corelib/global/qswap.h index 9ff6c7d9c58..7fcaf9b4863 100644 --- a/src/corelib/global/qswap.h +++ b/src/corelib/global/qswap.h @@ -29,7 +29,6 @@ namespace SwapExceptionTester { // insulate users from the "using std::swap" bel } } // namespace QtPrivate -// Documented in ../tools/qalgorithm.qdoc template constexpr void qSwap(T &value1, T &value2) noexcept(noexcept(QtPrivate::SwapExceptionTester::checkSwap(value1)))