summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtestcrashhandler.cpp
diff options
context:
space:
mode:
authorMitch Curtis <[email protected]>2024-03-25 18:20:14 +0800
committerMitch Curtis <[email protected]>2024-04-04 11:31:51 +0800
commit907181cb21fa79059f226fb1eeac8da938031368 (patch)
treea11bf321301ccf96e899c60797aee62f2afac4cb /src/testlib/qtestcrashhandler.cpp
parent8424a6401469fdfb9fbaad488fdd5fe65050f34a (diff)
Fix Qt::AA_DontUseNativeMenuWindows being unsettable on 32 bit systems
f1bb9cfbf65ab56b67b5a52fa736071e0e534261 added this value, but it was only when a test in qtdeclarative tried to use it that it was discovered that it couldn't be set on 32 bit operating systems (armv7, AKA imx7) due to overflow as a result of the bit shifting that is done. Fix it by using an old, deprecated value. If any old codebase using that older flag tries to build against a newer Qt with this change, it shouldn't affect it, as setting the flag does nothing in Widgets, and native menus didn't exist in earlier versions. Task-number: QTBUG-69558 Change-Id: I520154d02e9ccf007ebd73807685212a19fbee1b Reviewed-by: Thiago Macieira <[email protected]>
Diffstat (limited to 'src/testlib/qtestcrashhandler.cpp')
0 files changed, 0 insertions, 0 deletions