# HG changeset patch
# User insilmaril
# Date 1200498319 0
# Node ID 10bd509b235c1d4bd3aff502e2f55ae121905d33
# Parent  8be6ac05960b43ddabb300a6e0d26343e05a41ee
Fixed missing MapCenter

diff -r 8be6ac05960b -r 10bd509b235c branchobj.cpp
--- a/branchobj.cpp	Wed Jan 16 15:45:18 2008 +0000
+++ b/branchobj.cpp	Wed Jan 16 15:45:19 2008 +0000
@@ -1307,7 +1307,7 @@
 	qreal th = bboxTotal.height();	
 // TODO testing
 /*
-	cout << "BO::alignRelTo "<<getHeading().ascii()<<endl;
+	cout << "BO::alignRelTo "<<qPrintable (getHeading())<<endl;
 	cout << "  d="<<depth<<
 		"  ref="<<ref<<
 //		"  bbox.topLeft="<<bboxTotal.topLeft()<<
@@ -1387,7 +1387,7 @@
 {	
 /* TODO testing only
 	if (!getHeading().isEmpty())
-		cout << "BO::reposition  "<<getHeading().ascii()<<endl;
+		cout << "BO::reposition  "<<qPrintable(getHeading())<<endl;
 	else	
 		cout << "BO::reposition  ???"<<endl;