oops. removed debugging output from xml.cpp
1.1 --- a/xml.cpp Fri Feb 24 11:21:16 2006 +0000
1.2 +++ b/xml.cpp Fri Feb 24 11:22:50 2006 +0000
1.3 @@ -49,7 +49,7 @@
1.4 const QString& eName, const QXmlAttributes& atts )
1.5 {
1.6 QColor col;
1.7 - cout << "startElement <"<<eName<<"> state="<<state <<" laststate="<<laststate<<" loadMode="<<loadMode<<endl;
1.8 + //cout << "startElement <"<<eName<<"> state="<<state <<" laststate="<<laststate<<" loadMode="<<loadMode<<endl;
1.9 if ( state == StateInit && (eName == "vymmap") )
1.10 {
1.11 state = StateMap;