qt6-bb10/src
Giuseppe D'Angelo 6c19d1c5ea Leave a comment about a usage of a restricted bool trick
I'm pretty sure we want to keep supporting statements like

  bool ok = connect(~~~);

that is, statements that do use copy initialization and not
direct initialization. As such, QMetaObject::Connection has
to keep using the restricted bool trick and cannot be ported
over to explicit operator bool.

Change-Id: I07a38f7c134686e67b5984aa93fe5cf3201561d7
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2020-08-23 11:18:08 +02:00
..
3rdparty MSVC: Fix C4996 warnings when building Qt 2020-08-19 12:46:09 +02:00
android Android: Add support for travesing directories and accessing files 2020-08-07 12:04:57 +02:00
concurrent Fix the doc example 2020-08-19 18:23:01 +02:00
corelib Leave a comment about a usage of a restricted bool trick 2020-08-23 11:18:08 +02:00
dbus CMake: Workaround building DBus 'car' example with qmake 2020-08-23 11:04:04 +02:00
gui Remove the deprecated -qpa-platform-guard argument 2020-08-23 11:05:14 +02:00
network QIODevice: implement a "zero-copy" strategy for buffered writes 2020-08-20 18:24:15 +03:00
opengl Replace Qt CONSTEXPR defines with constexpr 2020-08-14 15:52:58 +02:00
openglwidgets Register QPlatformBackingStoreOpenGLSupport when needed 2020-07-29 20:34:15 +02:00
platformsupport Remove linuxofono 2020-07-15 07:33:32 +02:00
plugins xcb: remove QT_XCB_NO_XI2_MOUSE code path 2020-08-23 01:18:26 +02:00
printsupport Drop spurious const from parameter 2020-08-23 09:56:10 +02:00
sql Fix a number of qdoc warnings 2020-08-20 07:51:05 +02:00
testlib Doc: Mention no_testcase_installs which can be used to prevent install 2020-08-20 09:01:28 +02:00
tools Move QStringRef and remains to Qt5Compat 2020-08-20 00:58:13 +02:00
widgets QAutoPointer: port to explicit operator bool 2020-08-23 11:17:43 +02:00
winmain
xml Port the QXmlStream API from QStringRef to QStringView 2020-08-19 19:48:03 +02:00
CMakeLists.txt Remove last remaining bits of QtPlatformHeaders 2020-08-04 07:12:32 +02:00
src.pro Remove last remaining bits of QtPlatformHeaders 2020-08-04 07:12:32 +02:00