Skip to content
Commit 74f13580 authored by Volker Krause's avatar Volker Krause
Browse files

More thoroughly fix the QQuickIcon name clash

The copy is a distinct type and needs distinct name for things to work,
otherwise QML might give us one with the memory layout of the other. If
we are lucky that happens to work, but on Android/ARM32 this reliably
triggers a SIGBUG/BUS_ADRALN alignment violation.

To solve this, put the copy into our own namespace.
parent 7bd44b55
Pipeline #561754 passed with stage
in 42 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment