floatobj.cpp
changeset 806 2a33304714ba
parent 790 133e2ed6b9c5
child 823 0bba81dde1bc
     1.1 --- a/floatobj.cpp	Thu Sep 03 08:52:00 2009 +0000
     1.2 +++ b/floatobj.cpp	Tue Nov 17 08:24:59 2009 +0000
     1.3 @@ -9,7 +9,7 @@
     1.4  
     1.5  FloatObj::FloatObj (QGraphicsScene* s, TreeItem *ti):OrnamentedObj(s,ti)
     1.6  {
     1.7 -	cout << "Const FloatObj s="<<s<<"  ti="<<ti<<"  treeItem="<<treeItem<<endl;
     1.8 +	//cout << "Const FloatObj s="<<s<<"  ti="<<ti<<"  treeItem="<<treeItem<<endl;
     1.9      setParObj (this);	
    1.10      init();
    1.11  }