qswap.h: remove stale comment

It's now documented in qswap.qdoc.

Amends 9c706e2567.

Pick-to: 6.6 6.5
Change-Id: If6138df419dee165e9f1de4c0a0d68af1dcfaa42
Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
bb10
Marc Mutz 2023-09-20 21:14:31 +02:00
parent 814de4c2ce
commit 88a109bede
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@ namespace SwapExceptionTester { // insulate users from the "using std::swap" bel
}
} // namespace QtPrivate
// Documented in ../tools/qalgorithm.qdoc
template <typename T>
constexpr void qSwap(T &value1, T &value2)
noexcept(noexcept(QtPrivate::SwapExceptionTester::checkSwap(value1)))