On Monday 12 August 2024 04:57:56 GMT-7 Tatiana Borisova via Development
wrote:
> The backport gives to Qt users a possibility to start using the safe
> comparison with C++17 and since Qt 6.9. The 'q20' namespace checks if std
> implementation is available and takes it, otherwise it takes our
> im
Hi everyone,
Hope you are having a great Summer!
This is a friendly reminder to register for the Qt Contributor Summit and also
suggest topics of discussion!
Additionally, we encourage external developers, contributors, and users to
actively participate in our event.
We are eager to hear your
Comparison between signed and unsigned integer types seems to be a simple case,
but sometimes it leads to nasty bugs in the code.
Briefly recall the problem:
Each integer type with opposite signed and unsigned identificators occupies the
same size in the memory.
But being unsigned, it can only c
Hi,
We recently found an issue with Qt Wayland Compositor after upgrading to
libwayland 1.23, which causes any Qt client to crash as it connects to it. To
fix this, we need to add a small last-minute API addition to a cmake function
in Qt Wayland Compositor:
https://codereview.qt-project.org/c