qt6-bb10/src
Dennis Oberst 08605f0d78 QNativeIpcKey: add implicit default ctor
Add an implicitly callable default ctor, to enable default returns,
but still disallow implicit conversion whilst assigning:

  QNativeIpcKey k = QNativeIpcKey::Type::~~      // not allowed
  auto fn = []() -> QNativeIpcKey { return {}; } // allowed

Pick-to: 6.6
Change-Id: I0f8476a588b3931f0e1f41a6c3a3fd8f2eb75b93
Reviewed-by: Marc Mutz <marc.mutz@qt.io>
2023-07-14 09:31:04 +02:00
..
3rdparty Update public suffix list 2023-07-06 17:53:11 +02:00
android Android: Fix for checking clipboard text mime type 2023-07-12 00:53:58 +02:00
assets Add XDG theme file for example icons 2023-06-26 17:32:10 +00:00
concurrent Enable QT_NO_CONTEXTLESS_CONNECT for most of QtBase 2023-07-11 22:44:29 +02:00
corelib QNativeIpcKey: add implicit default ctor 2023-07-14 09:31:04 +02:00
dbus Enable QT_NO_CONTEXTLESS_CONNECT for most of QtBase 2023-07-11 22:44:29 +02:00
entrypoint src: Remove remains of qmake conversion from CMakeLists.txt files 2023-02-10 23:36:51 +01:00
gui Static build fix for RenderDoc dependency 2023-07-13 14:59:14 +03:00
network QNetworkInterface/Linux: fix mismatch of pointer and pointee 2023-07-11 13:44:29 -07:00
opengl Enable QT_NO_CONTEXTLESS_CONNECT for most of QtBase 2023-07-11 22:44:29 +02:00
openglwidgets Enable QT_NO_CONTEXTLESS_CONNECT for most of QtBase 2023-07-11 22:44:29 +02:00
platformsupport QtGui: code tidies: use the 4-arg connect overload 2023-06-28 01:32:10 +02:00
plugins a11y uia: Bridge newly added relations to UIA 2023-07-13 19:30:35 +01:00
printsupport Enable QT_NO_CONTEXTLESS_CONNECT for most of QtBase 2023-07-11 22:44:29 +02:00
sql Enable QT_NO_CONTEXTLESS_CONNECT for most of QtBase 2023-07-11 22:44:29 +02:00
testlib Enable QT_NO_CONTEXTLESS_CONNECT for most of QtBase 2023-07-11 22:44:29 +02:00
tools Add the 'version' argument to 'qt_deprecates' pragma 2023-07-12 21:58:26 +02:00
widgets Fix build with latest MSVC 2023-07-12 14:56:03 +02:00
xml Doc fix: QDomDocument::ParseResult is false on error 2023-07-12 15:48:48 +00:00
CMakeLists.txt Add Qt icon library for examples 2023-04-22 18:14:38 +03:00