disconnect from enabledChanged in the destructor
This commit is contained in:
parent
2670715097
commit
cbf6ef10b8
@ -546,6 +546,10 @@ QskControl::~QskControl()
|
||||
if ( qskRegistry )
|
||||
qskRegistry->remove( this );
|
||||
|
||||
#if QT_VERSION < QT_VERSION_CHECK( 5, 10, 0 )
|
||||
disconnect( this, &QQuickItem::enabledChanged, nullptr, nullptr );
|
||||
#endif
|
||||
|
||||
/*
|
||||
We set componentComplete to false, so that operations
|
||||
that are triggered by detaching the item from its parent
|
||||
|
Loading…
x
Reference in New Issue
Block a user