Fixed missing MapCenter
authorinsilmaril
Wed, 16 Jan 2008 15:45:19 +0000
changeset 659b582bba9e312
parent 658 9e196213c003
child 660 d0e047b8d412
Fixed missing MapCenter
parser.cpp
     1.1 --- a/parser.cpp	Wed Jan 16 15:45:19 2008 +0000
     1.2 +++ b/parser.cpp	Wed Jan 16 15:45:19 2008 +0000
     1.3 @@ -48,8 +48,8 @@
     1.4  	paramList.clear();
     1.5  	re.setPattern ("\\((.*)\\)");
     1.6  	pos=re.search (s);
     1.7 -	//cout << "  s="<<s.ascii()<<endl;
     1.8 -	//cout << "com="<<com.ascii()<<"  pos="<<pos<<endl<<endl;
     1.9 +	//cout << "  s="<<qPrintable(s)<<endl;
    1.10 +	//cout << "com="<<qPrintable(com)<<"  pos="<<pos<<endl<<endl;
    1.11  	if (pos>=0)
    1.12  	{
    1.13  		QString s=re.cap(1);