branchobj.cpp
changeset 654 10bd509b235c
parent 643 7eb4e5529c82
child 661 6a5e2c27f8a4
     1.1 --- a/branchobj.cpp	Wed Jan 16 15:45:18 2008 +0000
     1.2 +++ b/branchobj.cpp	Wed Jan 16 15:45:19 2008 +0000
     1.3 @@ -1307,7 +1307,7 @@
     1.4  	qreal th = bboxTotal.height();	
     1.5  // TODO testing
     1.6  /*
     1.7 -	cout << "BO::alignRelTo "<<getHeading().ascii()<<endl;
     1.8 +	cout << "BO::alignRelTo "<<qPrintable (getHeading())<<endl;
     1.9  	cout << "  d="<<depth<<
    1.10  		"  ref="<<ref<<
    1.11  //		"  bbox.topLeft="<<bboxTotal.topLeft()<<
    1.12 @@ -1387,7 +1387,7 @@
    1.13  {	
    1.14  /* TODO testing only
    1.15  	if (!getHeading().isEmpty())
    1.16 -		cout << "BO::reposition  "<<getHeading().ascii()<<endl;
    1.17 +		cout << "BO::reposition  "<<qPrintable(getHeading())<<endl;
    1.18  	else	
    1.19  		cout << "BO::reposition  ???"<<endl;
    1.20