small fix of drag&drop

This commit is contained in:
ars_goldendict 2009-05-02 22:24:31 +00:00
parent e3ce206a48
commit 19ca6e51db

View file

@ -304,7 +304,10 @@ void DictListWidget::dropEvent ( QDropEvent * event )
if ( sourceList && sourceList->model.sourceModel() )
{
model.addSelectedUniqueFromModel( sourceList->selectionModel() );
return;
}
QListView::dropEvent( event );
}
// DictGroupsWidget