Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
6.6.0 Beta3
-
None
Description
Change https://codereview.qt-project.org/c/qt/qtbase/+/438453 (commit 2c286561bbc9e4e408d34e5bf43db8ad9acc0e84) adds following public methods to QSharedMemory (same patch exists for QSystemSemaphore):
static bool isKeyTypeSupported(QNativeIpcKey::Type type) Q_DECL_CONST_FUNCTION; static QNativeIpcKey platformSafeKey(const QString &key, QNativeIpcKey::Type type = QNativeIpcKey::DefaultTypeForOs); static QNativeIpcKey legacyNativeKey(const QString &key, QNativeIpcKey::Type type = QNativeIpcKey::legacyDefaultTypeForOs());
The methods are not yet documented though, it seems: https://doc-snapshots.qt.io/qt6-6.6/qsharedmemory.html
Attachments
Issue Links
- resulted from
-
QTBUG-116783 Qt 6.6 Core - Documentation Changes Review
- Closed