vymview.cpp
changeset 806 2a33304714ba
parent 804 14f2b1b15242
child 807 f9f7922989d8
     1.1 --- a/vymview.cpp	Mon Nov 16 09:47:10 2009 +0000
     1.2 +++ b/vymview.cpp	Tue Nov 17 08:24:59 2009 +0000
     1.3 @@ -127,7 +127,7 @@
     1.4  	mainWindow->changeSelection (model,newsel,oldsel);	// FIXME-5 maybe connect VymModel <-> MainWindow directly?
     1.5  	// would require to also get current model in mainWindow
     1.6  
     1.7 -	cout << "VV::changeSelection   newsel.count="<<newsel.indexes().count()<<endl;
     1.8 +	//cout << "VV::changeSelection   newsel.count="<<newsel.indexes().count()<<endl;
     1.9  
    1.10  	if (newsel.indexes().count()>0)
    1.11  	{
    1.12 @@ -149,7 +149,7 @@
    1.13  	// Notify mainwindow to update satellites, but map selection to 
    1.14  	// original model first
    1.15  
    1.16 -	cout << "VV::changeProxySelection   newsel.count="<<newsel.indexes().count()<<endl;
    1.17 +	//cout << "VV::changeProxySelection   newsel.count="<<newsel.indexes().count()<<endl;
    1.18  	if (!newsel.indexes().isEmpty())
    1.19  	{
    1.20  	/* FIXME-2 need to set current, too