aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml
diff options
context:
space:
mode:
authorFabian Kosmale <fabian.kosmale@qt.io>2020-08-26 14:30:20 +0200
committerFabian Kosmale <fabian.kosmale@qt.io>2020-09-01 11:31:19 +0000
commit47ff10532ebd6c7b0cb62c46b0be3b3d7f6214b8 (patch)
treeece6677fbc033866981041f8fdcb487aacc4272a /examples/qml
parentd40791d6add8937275ecce2d26870c1ef6b6e698 (diff)
QQuickImageProvider: Remove reliance on RTTI
Using staticCast is unsafe, because in theory you can derive from QQmlImageProviderBase instead of QQuickImageProvider. But using dynamicCast runs into issues, because while Qt needs to be compiled with RTTI, user code does not. We thus turn the baseclass into a QObject so that qobject_cast does work. Fixes: QTBUG-84127 Change-Id: Id40d8a13eaa0101d80bd5742a23996354d70c72a Reviewed-by: Ulf Hermann <ulf.hermann@qt.io> Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'examples/qml')
0 files changed, 0 insertions, 0 deletions