On Thu, 21 May 2026 at 12:09, Artem Dyomin via Development <[email protected]> wrote: > > In Qt, we have semi-private functionality for rhi, qpa, ssg, that contain a > disclaimer in headers and docs limiting SC and BC guarantees, and requiring > to link the private part of the module. The headers are deployed as > <QtGui/rhi/qrhi.h> etc. > We want to add similar headers for Multimedia with GStreamer functionality. A > good idea is having a good name for this kind of API (e.g. experimental) and > deploy the headers as <QtModule/experimental/qheader.h>.
I find various attractive properties in stealing boost's approach and doing <QtModule/detail/qheader.h>. -- Development mailing list [email protected] https://lists.qt-project.org/listinfo/development
