QtKnobs icon indicating copy to clipboard operation
QtKnobs copied to clipboard

Destroying a Knob kills the QML engine

Open GIPdA opened this issue 7 years ago • 0 comments

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!)

GIPdA avatar Apr 17 '17 18:04 GIPdA