summaryrefslogtreecommitdiffstats
path: root/src/corelib/ipc/qsystemsemaphore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/ipc/qsystemsemaphore.h')
-rw-r--r--src/corelib/ipc/qsystemsemaphore.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/corelib/ipc/qsystemsemaphore.h b/src/corelib/ipc/qsystemsemaphore.h
index bd0057e6b7..df6fd28342 100644
--- a/src/corelib/ipc/qsystemsemaphore.h
+++ b/src/corelib/ipc/qsystemsemaphore.h
@@ -47,14 +47,9 @@ public:
{ setNativeKey({ key, type }, initialValue, mode); }
QNativeIpcKey nativeIpcKey() const;
-#if QT_DEPRECATED_SINCE(6, 10)
- QT_DEPRECATED_VERSION_X_6_10("Please refer to 'Native IPC Key' documentation")
QSystemSemaphore(const QString &key, int initialValue = 0, AccessMode mode = Open);
- QT_DEPRECATED_VERSION_X_6_10("Please refer to 'Native IPC Key' documentation")
void setKey(const QString &key, int initialValue = 0, AccessMode mode = Open);
- QT_DEPRECATED_VERSION_X_6_10("Please refer to 'Native IPC Key' documentation")
QString key() const;
-#endif
bool acquire();
bool release(int n = 1);