Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-116867

Document new QSharedMemory, QSystemSemaphore static methods

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P2: Important P2: Important
    • 6.6.0 RC
    • 6.6.0 Beta3
    • Core: Other
    • 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

        For Gerrit Dashboard: QTBUG-116867
        # Subject Branch Project Status CR V

            thiago Thiago Macieira
            kkohne Kai Köhne
            Vladimir Minenko Vladimir Minenko
            Alex Blasche Alex Blasche
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:

                There is 1 open Gerrit change