QtKnobs
QtKnobs copied to clipboard
Destroying a Knob kills the QML engine
Hello,
Do you have a explanation for this particular connection please?
knob.cpp, line 72:
connect(parentItem(),&QQuickItem::destroyed,m_engine,&QQmlEngine::deleteLater);
It makes no sense to kill the QML engine...
(Obvious fix: delete that line!)