Qt Declarative (Quick 2)
Go to file
Jan Arve Sæther 3db15da8e1 Fix qqmlecmascript failures for Android
Some silly ignoreMessage failures on 32 bit systems..

QString::number((quint32)0xaabbccdd, 16) returns "0xaabbccdd"

while

QString::number((qint32)0xaabbccdd, 16) returns "0xffffffffaabbccdd"

We therefore change to use quintptr (which will follow the quint32
codepath).

Change-Id: I40530d8da83ee43862541f0e87684dc11ed07a53
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
2019-07-19 13:38:38 +02:00
config.tests/d3d12
dist
examples
features
src
tests
tools
.gitattributes
.gitignore
.gitmodules
.qmake.conf
.tag
LICENSE.FDL
LICENSE.GPL2
LICENSE.GPL3
LICENSE.GPL3-EXCEPT
LICENSE.LGPL3
configure.json
qtdeclarative.doxy
qtdeclarative.pro
sync.profile