summaryrefslogtreecommitdiffstats
path: root/src/sql/kernel/qsqldatabase.cpp
diff options
context:
space:
mode:
authorTim Blechmann <[email protected]>2025-05-08 19:05:17 +0200
committerVolker Hilsheimer <[email protected]>2025-05-25 23:09:56 +0200
commit6f319847d01f6fa511397b83e267d6f7a56ff322 (patch)
tree3e390b8d49104c185dfedbb4871771bb8086e5fa /src/sql/kernel/qsqldatabase.cpp
parent60f36b8d0274ce94ae0e2511df625118ce8f9076 (diff)
Add q23::expected as a private typeHEADdev
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/sql/kernel/qsqldatabase.cpp')
0 files changed, 0 insertions, 0 deletions