diff options
author | Tim Blechmann <[email protected]> | 2025-05-08 19:05:17 +0200 |
---|---|---|
committer | Volker Hilsheimer <[email protected]> | 2025-05-25 23:09:56 +0200 |
commit | 6f319847d01f6fa511397b83e267d6f7a56ff322 (patch) | |
tree | 3e390b8d49104c185dfedbb4871771bb8086e5fa /src/gui/doc/snippets/polygon | |
parent | 60f36b8d0274ce94ae0e2511df625118ce8f9076 (diff) |
This patch adds a std::expected-like type in Qt for use in the Qt
implementation. It is using Sy Brand's tl::expected which is similar to
std::expected, and works with C++17. Although it closely resembles
std::expected, it is not identical and is therefor added as a private
header. The new type is intended to be accessible to all Qt modules and
is therefore made available through Qt Core. It is, however, not
intended for use in public APIs.
[ChangeLog][Third-Party Code] Added Sy Brand's tl::expected as a third
party dependency for use internally in Qt implementation.
Change-Id: I09930f31bf97498643d62814c688f288d5c33265
Reviewed-by: Tim Blechmann <[email protected]>
Diffstat (limited to 'src/gui/doc/snippets/polygon')
0 files changed, 0 insertions, 0 deletions