src/xml/dom/qdom.cpp
branchRCL_3
changeset 7 3f74d0d4af4c
parent 5 d3bac044e0f0
equal deleted inserted replaced
6:dee5afe5301f 7:3f74d0d4af4c
  3485             // Dont use normal insert function since we would create infinite recursion
  3485             // Dont use normal insert function since we would create infinite recursion
  3486             entities->map.insertMulti(p->nodeName(), p);
  3486             entities->map.insertMulti(p->nodeName(), p);
  3487         if (p->isNotation())
  3487         if (p->isNotation())
  3488             // Dont use normal insert function since we would create infinite recursion
  3488             // Dont use normal insert function since we would create infinite recursion
  3489             notations->map.insertMulti(p->nodeName(), p);
  3489             notations->map.insertMulti(p->nodeName(), p);
       
  3490         p = p->next;
  3490     }
  3491     }
  3491 }
  3492 }
  3492 
  3493 
  3493 QDomDocumentTypePrivate::~QDomDocumentTypePrivate()
  3494 QDomDocumentTypePrivate::~QDomDocumentTypePrivate()
  3494 {
  3495 {