summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@qt.io>2023-09-20 21:14:31 +0200
committerMarc Mutz <marc.mutz@qt.io>2023-09-21 22:05:05 +0200
commit88a109bede58bf8fd6da406824bdcc4153413e85 (patch)
treea0878ed682ccae62521d14f43e361375522675c8 /src
parent814de4c2ce8a4a9198672c68d64a2eb9c8e30e8b (diff)
qswap.h: remove stale comment
It's now documented in qswap.qdoc. Amends 9c706e25673ccbe9d154720ea3e659b27edea80d. 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>
Diffstat (limited to 'src')
-rw-r--r--src/corelib/global/qswap.h1
1 files changed, 0 insertions, 1 deletions
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 <typename T>
constexpr void qSwap(T &value1, T &value2)
noexcept(noexcept(QtPrivate::SwapExceptionTester::checkSwap(value1)))