SUIT_DataObject* curObj = storeState( selObjs, openObjs, selKeys, openKeys, curKey );
- createConnections( obj );
updateView( obj );
restoreState( selObjs, openObjs, curObj, selKeys, openKeys, curKey );
trg->setParent( parent );
- createConnections( trg );
updateView( trg );
+ createConnections( trg );
restoreState( selObjs, openObjs, curObj, selKeys, openKeys, curKey );
}
myItems.insert( obj, item );
+ obj->connect( this, SLOT( onDestroyed( SUIT_DataObject* ) ) );
updateText( item );