[Development] Asking for a FF exception for ICU based QStringConverter
Alexander Akulich
akulichalexander at gmail.com
Thu Jun 9 19:16:19 CEST 2022
Hi everyone,
On Wed, Jun 8, 2022 at 5:18 PM Fabian Kosmale <fabian.kosmale at qt.io> wrote:
>
> What remains to be done:
> - There are concerns that mixing Qt versions might lead to an unbounded memory leak with the current implementation.
I can't find any precedent but if we *really* want then probably we
can get the "compiled with" Qt version from QCoreApplication
(QCoreApplicationPrivate::app_compile_version).
1. Allocate the resources only if the version >= 6.4.0
2. Probably add a "TODO: remove me" in 6.x.0 (e.g. after the next LTS)
More information about the Development
mailing list