qt5base-lts/src
Volker Hilsheimer 441ff065e5 Fix compiler warning, explicitly use 64bit shift
The 1 literal is an int, shifted by an int, and then passed into resize,
which takes a 64 bit value. This makes MSVC complain about

warning C4334: '<<': result of 32-bit shift implicitly converted to 64
bits (was 64-bit shift intended?)

Silence that warning by explicitly making the 1 a 64bit long long.

Change-Id: Ica354166de4adae20e05e176dc72b7ccd1af053f
Reviewed-by: Oliver Eftevaag <oliver.eftevaag@qt.io>
Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
2021-05-07 14:41:02 +02:00
..
3rdparty Update bundled libjpeg-turbo to version 2.1.0 2021-05-05 18:07:17 +02:00
android Android: handle ImEnterKeyType flag 2021-05-05 07:43:10 +00:00
concurrent QtConcurrentIterateKernel: fix warning 2021-04-12 10:31:54 +00:00
corelib QScopedPointer: remove doc mention of take() 2021-05-06 23:49:20 +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 Apply specialData font capitalization to non-rawFont text 2021-05-06 22:01:23 +02:00
network Use templated QJniObject::object() instead of static_cast 2021-05-06 18:06:44 +00: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 xcb: Update _NET_SUPPORTED when the window manager changes it 2021-05-07 12:41:01 +00:00
printsupport QPrintEngineMac: code tidies 2021-05-04 16:21:50 +02:00
sql QSqlTableModel::orderByClause(): Quote the table name 2021-05-03 14:10:36 +00:00
testlib Add a helper method for testing write-once bindable properties 2021-04-30 15:37:27 +03:00
tools Moc: parse trailing return type 2021-05-04 01:39:48 +02:00
widgets Fix compiler warning, explicitly use 64bit shift 2021-05-07 14:41:02 +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