Changeset 68 in flair-src for trunk/tools/FlairGCS/src


Ignore:
Timestamp:
08/30/16 18:42:07 (8 years ago)
Author:
Sanahuja Guillaume
Message:

gps vtg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/FlairGCS/src/XmlWidget.cpp

    r67 r68  
    296296  QDomNamedNodeMap attributes=write_elem.attributes();
    297297  while(attributes.count()!=0) {
    298     printf("%i %s\n",attributes.count(),attributes.item(0).toAttr().name().toLocal8Bit().constData());
     298    //printf("%i %s\n",attributes.count(),attributes.item(0).toAttr().name().toLocal8Bit().constData());
    299299    write_elem.removeAttribute(attributes.item(0).toAttr().name());
    300300  }
Note: See TracChangeset for help on using the changeset viewer.