floatobj.cpp
changeset 798 d251c7b2de54
parent 790 133e2ed6b9c5
child 823 0bba81dde1bc
     1.1 --- a/floatobj.cpp	Wed Sep 23 12:14:08 2009 +0000
     1.2 +++ b/floatobj.cpp	Thu Oct 01 11:28:50 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  }