No idea if this is helpful, but it seems that what was later renamed
QFlag was introduced as QFlagInternal in this commit:
commit dc289baeeb131bddbe6cff5c5620f76f5fac90de
Author: Paul Olav Tvete
Date: Thu Aug 7 17:44:28 2003 +0100
Also work with more pedantic compilers.
[git-p4:
Can someone look up the history of ths class in qflags.h? That or its use in
src/tools/moc/generator.cpp (it's used in one line)
moc uses this class to generate code for Q_PROPERTYs whose type was seen to be
be the result of a Q_DECLARE_FLAGS. Then, instead of emitting the property
getter/sette
On Monday 9 September 2024 12:09:44 GMT-7 Christian Ehrlicher via Development
wrote:
> I try to get in some provisioning scripts into qt5.git but it constantly
> fails in tst_moc for windows-11_23H2-minimal-static with a timeout.
> QtBase points to aec8398d71d351e956683a695af51317fe65097e from sta
Hi,
I try to get in some provisioning scripts into qt5.git but it constantly
fails in tst_moc for windows-11_23H2-minimal-static with a timeout.
QtBase points to aec8398d71d351e956683a695af51317fe65097e from start of
september. Don't know what else to do or how to figure out what's going
on wrong
On 08.09.24 3:49 PM, Tor Arne Vestbø wrote:
Hi Nicolas,
How are you integrating KDE with Sentry?
I wrote a very minimal integration for Qt
herehttps://docs.sentry.io/platforms/native/guides/qt/ that plumbs
qInstallMessageHandler to the sentry
eventshttps://github.com/getsentry/sentry-native
While most platforms seem to have fractional scaling via
QHighDpiScaling, Wayland is the first (and the only right now) platform
that got fractional devicePixelRatio on QPA level. QHighDpiScaling
doesn't handle that and the Wayland QPA just disables fractional
scaling support when it sees the polic