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

Document new QSharedMemory, QSystemSemaphore static methods

    XMLWordPrintable

Details

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

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

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

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes