error while using QDomDocument [closed]
when i use QDomDocument it shows QDomDocument is not atype....then i add #include...then also it show the error as no such name space.....y it happend....
QDomDocument belongs to the QtXml module.
To link against the module, add this line to your qmake
.pro
file:
QT += xml
精彩评论