aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickwindow.cpp
diff options
context:
space:
mode:
authorJames McDonnell <jmcdonnell@blackberry.com>2016-10-25 09:23:56 -0400
committerSimon Hausmann <simon.hausmann@qt.io>2016-10-25 15:01:54 +0000
commit210a4584b87add2061f805ae50eb5079eec48cf5 (patch)
tree16f40dd03cf37be834c8296ab7adc9eecd94ff28 /src/quick/items/qquickwindow.cpp
parent52599c3cca35be20b53d0de6604743061c3e1c8c (diff)
Change Import::type from quint8 to LEUInt32
Import::type used to be a quint32. The switch from quint32 to quint8 changed the alignment of other structures in the compiled blob. On QNX, the alignment isn't appropriate for some of the instructions that the compiler uses to access/modify the structures and a BUS error occurs. Changing Import::type to LEUInt32 puts the alignment back the way it was before. Simpler than trying to figure out how to get everything aligned correctly with a quint8 at the front of the structure. Task-number: QTBUG-56341 Change-Id: Ia6f4daff5f615f9c5dbcc34ce8c3c9a89bab2b69 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/quick/items/qquickwindow.cpp')
0 files changed, 0 insertions, 0 deletions