qt6-bb10/src
Marc Mutz 861feef2bf QFsFileEngine (Unix): replace a QPair with a proper struct
The comments in the declaration of the pair screamed "I want to be a
struct with properly-named member variables", and the code that read
it->first and it->second was really misleading to STL-aware readers.

Fix by defining a small struct with member names taken from unmap()'s
use of the pair's fields.

Change-Id: Ie18852a3147f65cf14cfc5a3bb633f7b3e78f5a2
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2021-08-04 22:50:10 +02:00
..
3rdparty Fix harfbuzz-ng compilation for Integrity 2021-06-28 15:36:25 +03:00
android Add Android service check on quit app 2021-07-27 22:45:57 +02:00
concurrent Update QtConcurrent docs and examples for reductor object usage 2021-07-26 09:42:49 +02:00
corelib QFsFileEngine (Unix): replace a QPair with a proper struct 2021-08-04 22:50:10 +02:00
dbus QDBusMarshaller: fix -Wformat-overflow 2021-07-08 01:49:26 +02:00
entrypoint Adjust the EntryPoint target name according to the internal module naming policy 2021-06-15 12:51:49 +02:00
gui QFileSystemModel: cache the name filters regexps 2021-08-04 14:03:21 +02:00
network QDecompressHelper: Skip double-decompression if download is small 2021-08-04 19:31:52 +02:00
opengl CMake: Make WrapVulkanHeaders target optional for QtGui consumers 2021-07-29 16:38:50 +02:00
openglwidgets Migrate to autogenerated cpp exports 2021-06-25 19:33:12 +02:00
platformsupport Add the 'Private' suffix to the internal module names 2021-05-31 20:50:07 +02:00
plugins Shift iOS a11y translations into C++ file 2021-08-04 22:22:20 +02:00
printsupport CMake: Use QtBase_SOURCE_DIR instead of QT_SOURCE_TREE 2021-07-12 18:56:14 +02:00
sql Doc: Ensure deprecated APIs in Qt Sql are documented as such 2021-07-22 07:08:56 +02:00
testlib testlib: Pass on file location on failure, but don't assume we have one 2021-08-04 17:31:51 +00:00
tools Avoid to call _qt_internal_set_up_static_runtime_library() twice 2021-08-03 04:18:42 +08:00
widgets Allow dragging of a floating dockwidget on macOS with a custom titlebar 2021-08-02 14:55:54 +02:00
xml Migrate to autogenerated cpp exports 2021-06-25 19:33:12 +02:00
CMakeLists.txt Make it possible to disable the PrintSupport module 2021-02-09 09:17:21 +01:00