Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

QML failing to detect QObject destroyed in C++

$
0
0
Have you tried to use deleteLater()? Your example looks very wired to me. Deleting object in that way is a signed for bad design. What you also can do is connecting to the QObject::destroyed(…) signal in QML

Viewing all articles
Browse latest Browse all 4972

Trending Articles