vymmodel.cpp
changeset 731 c8b1a3564c74
parent 729 7ddbe3fa34a1
child 732 b77b56f707f1
     1.1 --- a/vymmodel.cpp	Tue Dec 09 16:44:54 2008 +0000
     1.2 +++ b/vymmodel.cpp	Wed Dec 10 13:10:35 2008 +0000
     1.3 @@ -4145,6 +4145,7 @@
     1.4  		bo->reposition();
     1.5  		i++;
     1.6  	} 
     1.7 +	cout << "VM::animate\n";
     1.8  	emit (selectionChanged(selModel->selection(), selModel->selection()) );
     1.9  	mapScene->update();
    1.10  	if (!animObjList.isEmpty()) animationTimer->start();