vymview.cpp
changeset 731 c8b1a3564c74
parent 729 7ddbe3fa34a1
child 732 b77b56f707f1
     1.1 --- a/vymview.cpp	Tue Dec 09 16:44:54 2008 +0000
     1.2 +++ b/vymview.cpp	Wed Dec 10 13:10:35 2008 +0000
     1.3 @@ -29,11 +29,9 @@
     1.4  		me,SLOT (updateCurrent(const QModelIndex &,const QModelIndex &)));
     1.5  
     1.6  	// VymModel may want to update selection, e.g. during animation
     1.7 -	/*
     1.8  	connect (
     1.9  		model, SIGNAL (selectionChanged(const QItemSelection &, const QItemSelection &)), 
    1.10  		me,SLOT (updateSelection(const QItemSelection &,const QItemSelection &)));
    1.11 -	*/
    1.12  
    1.13  	//me->viewport()->setFocus();
    1.14  	//FIXME me->setAntiAlias (actionViewToggleAntiAlias->isOn());