Skip to content
Commit a45229fd authored by André Wöbbeking's avatar André Wöbbeking
Browse files

Initialising a QWeakPointer from a raw pointer is deprecated.

I replaced QWeakPointer<QGraphicsItem> with QPointer<QObject>
and added some casts (via toGraphicsItem()). Not very nice but
it seems to work and I don't know whether the QWeakPointer
was still necessary.
parent a337996b
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