diff options
| author | Marc Mutz <marc.mutz@qt.io> | 2024-02-07 11:06:26 +0100 |
|---|---|---|
| committer | Marc Mutz <marc.mutz@qt.io> | 2024-02-09 11:39:27 +0000 |
| commit | e3cc87c5f49d9bf824d6e667bf3b206470cf3b2d (patch) | |
| tree | a9c85b84114483aa824a40b1aafd7de9ac018b5f /src/sql/kernel/qsqldatabase.cpp | |
| parent | 38c62c58514d574f44caf799e5568a2e9eebffeb (diff) | |
QMimeBinaryProvider: cut out the QMap middle-man
In Qt 6, QMap is just a shared pointer to a std::map.
QMimeBinaryProvider::m_mimetypeExtra is never copied, though, so the
implicit sharing that QMap adds on top of std::map is useless.
Use the underlying std::map directly.
Yes, the std::map API is a bit raw around the edges (std::pair
value_type), but we're professionals here.
Saves more than 1.7KiB in TEXT size on optimized AMD64 GCC 11 C++20
Linux builds.
As a drive-by, cut out the insertIt temporary, too, and assign
directly to `it`.
Change-Id: If3fd98a7e7017909d00b8725f8c252b19459d5b6
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Reviewed-by: David Faure <david.faure@kdab.com>
Diffstat (limited to 'src/sql/kernel/qsqldatabase.cpp')
0 files changed, 0 insertions, 0 deletions
