- 
    Bug 
- 
    Resolution: Unresolved
- 
    P2: Important 
- 
    6.6.0 Beta3
- 
    None
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
- resulted from
- 
                     QTBUG-116783
        Qt 6.6 Core - Documentation Changes Review QTBUG-116783
        Qt 6.6 Core - Documentation Changes Review-         
- Closed
 
-         
| For Gerrit Dashboard: QTBUG-116867 | ||||||
|---|---|---|---|---|---|---|
| # | Subject | Branch | Project | Status | CR | V | 
| 663497,4 | Doc: Add QDoc documentation for IPC static methods | dev | qt/qtbase | Status: NEW | 0 | 0 |