qt5base-lts/src/corelib
Ville Voutilainen c97632385e Fix GCC 8 warning in qurlrecode
qtbase/src/corelib/io/qurlrecode.cpp:514:86: error: ‘void* memcpy(void*, const void*, size_t)’ copying an object of non-trivial type ‘class QChar’ from an array of ‘const ushort’ {aka ‘const short unsigned int’} [-Werror=class-memaccess]
             memcpy(appendTo.begin() + origSize, begin, (end - begin) * sizeof(ushort));

Change-Id: Ide78a4144d6bc63342c3c4334cc97fe73c5167bd
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
2018-02-14 05:43:46 +00:00
..
animation Use a custom QAnimationDriver to take control over time 2017-12-02 19:58:30 +00:00
arch configure: standardize handling of 64 bit atomics 2017-08-02 16:37:23 +00:00
codecs QGbkCodec: Initialize buf arrays 2017-06-28 10:36:46 +00:00
doc Doc: Mention exact Qt version the third party attributions apply to 2018-01-19 06:30:06 +00:00
global Support for Q_OS_ANDROID_EMBEDDED and android-embedded build flags 2018-01-20 18:16:59 +00:00
io Fix GCC 8 warning in qurlrecode 2018-02-14 05:43:46 +00:00
itemmodels QModelIndex: use std::less to compare pointers 2017-09-01 17:03:33 +00:00
json Silence GCC 8 warning on memcpy of class Value to to class offset 2018-02-04 08:33:56 +00:00
kernel Android: Defer initialization of logging rules until qApp construction 2018-02-07 11:19:44 +00:00
mimetypes QMimeDatabase::mimeTypeForUrl: skip content check for remote URLs 2017-07-03 13:18:03 +00:00
plugin Remove QLibrary code path specific to HP-UX on PA-RISC 2018-02-12 19:43:52 +00:00
statemachine Fix assert when emitting a signal from a different thread 2017-12-14 16:30:38 +00:00
thread QFutureWatcher: Use nullptr as a default value in constructor 2017-12-01 10:15:40 +00:00
tools Silence GCC 8 warnings in QString 2018-02-14 05:43:37 +00:00
xml Suppress GCC 8 warning about realloc() non-trivially-copyable types 2018-02-04 08:34:03 +00:00
configure.json Fix pps and imf support for QNX builds 2017-12-19 11:07:12 +00:00
corelib.pro Remove QMAKE_LIBS_CORE variable 2017-08-28 13:10:38 +00:00
eval.pri
Qt5Config.cmake.in Use separate Qt5Config.cmake inside build directory 2016-11-25 10:46:34 +00:00
Qt5CoreConfigExtras.cmake.in Use qtConfig throughout in qtbase 2016-08-19 04:28:05 +00:00
Qt5CoreConfigExtrasMkspecDir.cmake.in
Qt5CoreConfigExtrasMkspecDirForInstall.cmake.in
Qt5CoreMacros.cmake CMake: qt5_add_binary_resource: re-run if needed 2018-01-09 13:21:46 +00:00
Qt5CTestMacros.cmake Merge remote-tracking branch 'origin/5.6' into 5.7 2016-04-04 08:59:18 +02:00
Qt5ModuleLocation.cmake.in Use separate Qt5Config.cmake inside build directory 2016-11-25 10:46:34 +00:00
Qt5ModuleLocationForInstall.cmake.in cmake: avoid @var@ expansion in older CMake versions 2017-07-10 21:25:47 +00:00
QtCore.dynlist
qtzlib.pro make a proper header-only module for QtZlib 2015-11-17 20:22:17 +00:00