qt5base-lts/src
Mitch Curtis 46ec92dad0 Fix build with MSVC2019
The error was:

src\virtualkeyboard\qvirtualkeyboardinputcontext_p.cpp(305): error C2678:
binary '!=': no operator found which takes a left-hand operand of type
'QList<QInputMethodEvent::Attribute>' (or there is no acceptable conversion)

This patch fixes the issue by manually defining an operator== for
QInputMethodEvent::Attribute.

Change-Id: Idb283cf7b6ff4388a38ea7780c3d5c1c5f77038d
Fixes: QTBUG-85789
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2020-07-31 16:54:10 +02:00
..
3rdparty 3rdparty: Add reference C implementation of BLAKE2 2020-07-31 15:05:08 +02:00
android Android: add missing printStackTrace() in catch statements 2020-07-14 11:25:47 +03:00
concurrent Another round of 0->nullptr cleanup 2020-07-31 12:56:50 +02:00
corelib Add float->qfloat16 rounding and fix the tests 2020-07-31 16:50:30 +02:00
dbus Another round of 0->nullptr cleanup 2020-07-31 12:56:50 +02:00
gui Fix build with MSVC2019 2020-07-31 16:54:10 +02:00
network Another round of 0->nullptr cleanup 2020-07-31 12:56:50 +02:00
opengl Register QPlatformBackingStoreOpenGLSupport when needed 2020-07-29 20:34:15 +02:00
openglwidgets Register QPlatformBackingStoreOpenGLSupport when needed 2020-07-29 20:34:15 +02:00
platformheaders Add QPlatformInterface::Private::QWindowsWindow 2020-07-22 17:46:09 +00:00
platformsupport Remove linuxofono 2020-07-15 07:33:32 +02:00
plugins Register QPlatformBackingStoreOpenGLSupport when needed 2020-07-29 20:34:15 +02:00
printsupport Fix some MSVC int conversion warnings 2020-07-17 22:14:43 +02:00
sql Another round of 0->nullptr cleanup 2020-07-31 12:56:50 +02:00
testlib Fix build of testlib doc snippets 2020-07-29 13:22:12 +02:00
tools Another round of 0->nullptr cleanup 2020-07-31 12:56:50 +02:00
widgets Make initStyleOption virtual for various classes 2020-07-31 14:58:54 +02:00
winmain Remove winrt 2020-06-06 20:25:49 +02:00
xml Fix some MSVC int conversion warnings 2020-07-17 22:14:43 +02:00
CMakeLists.txt Android: Add support for proxies 2020-06-16 11:06:42 +02:00
src.pro Add proper dependencies for doc snippets 2020-07-29 14:12:54 +02:00