summaryrefslogtreecommitdiffstats
path: root/src/corelib/ipc/qtipccommon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/ipc/qtipccommon.cpp')
-rw-r--r--src/corelib/ipc/qtipccommon.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/corelib/ipc/qtipccommon.cpp b/src/corelib/ipc/qtipccommon.cpp
index 553f3dd1996..2b71456bdc1 100644
--- a/src/corelib/ipc/qtipccommon.cpp
+++ b/src/corelib/ipc/qtipccommon.cpp
@@ -497,12 +497,6 @@ void QNativeIpcKey::setNativeKey_internal(const QString &)
}
/*!
- \fn size_t QNativeIpcKey::qHash(const QNativeIpcKey &ipcKey) noexcept
-
- Returns the hash value for \a ipcKey, using a default seed of \c 0.
-*/
-
-/*!
\fn size_t QNativeIpcKey::qHash(const QNativeIpcKey &ipcKey, size_t seed) noexcept
Returns the hash value for \a ipcKey, using \a seed to seed the calculation.