qt6-bb10/src
Giuseppe D'Angelo 0fecaaec54 QUrl: use QFlags::toInt / qToUnderlying
In preparation for blocking QFlags->int conversions. The existing
casts to uint are wrong, in the general case, as the enumeration
might actually be backed by signed integers; that makes them
fail to compile. Port them to toInt(). For symmetry, also use
qToUnderlying.

Change-Id: I851544f6ba05295fa5f6c5cc355b9de0f1362e2b
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2021-05-23 21:54:29 +02:00
..
3rdparty Attributions: Don't mention QT_CRYPTOGRAPHICHASH_ONLY_SHA1 2021-05-23 11:47:42 +00:00
android Android: Reset m_usePrimaryClip when clearing the clip data 2021-05-19 16:27:52 +02:00
concurrent QtConcurrentIterateKernel: fix warning 2021-04-12 10:31:54 +00:00
corelib QUrl: use QFlags::toInt / qToUnderlying 2021-05-23 21:54:29 +02:00
dbus qdbus: add support for "aay" (QByteArrayList) 2021-05-02 22:00:43 +02:00
entrypoint Fix qmake user projects for QT_LIBINFIX builds on Windows/iOS 2021-03-17 09:04:56 +01:00
gui QTestAccessible: Clear objects in EventList when deleted 2021-05-23 10:46:03 +00:00
network QHttpNetworkConnectionPrivate::createAuthorization: refactor 2021-05-20 20:31:05 +02:00
opengl Disable spurious MSVC warning C4273 in Qt Gui, Qt OpenGL 2021-05-03 13:04:47 +00:00
openglwidgets Document QOpenGLWidget limitations without an alpha channel 2021-01-15 15:21:28 +01:00
platformsupport evdevtouch: Fix wrong addTouchPoint for "mtdev" 2021-02-23 14:22:20 +00:00
plugins wasm: fix tooltips show/hide behavior 2021-05-21 21:26:51 +00:00
printsupport Make sure _q_printerChanged is called even if only pdf printer is available 2021-05-21 11:03:18 +02:00
sql QSqlTableModel::orderByClause(): Quote the table name 2021-05-03 14:10:36 +00:00
testlib QTestAccessible: Clear objects in EventList when deleted 2021-05-23 10:46:03 +00:00
tools Deprecate qGlobalQHashSeed and qSetGlobalQHashSeed in Qt 6.6 2021-05-23 12:08:43 -07:00
widgets Type erase native interfaces via string instead of typeid 2021-05-20 17:02:38 +02:00
xml The condition 'if(oldChild)' is redundant 2021-03-03 20:52:45 +08:00
CMakeLists.txt Make it possible to disable the PrintSupport module 2021-02-09 09:17:21 +01:00