摘要:
//读一份xml前,先清理m_Doc[QDomDocument] bool XmlIO::xmlRead(QString &errmsg) { m_mutex.lock(); // m_Doc.clear(); 这么使用会导致崩溃 m_Doc = QDomDocument(); //等效方案 ... ... //新建一份xml前,先清理m_Doc[QDomDocument] bool XmlIO: 阅读全文
posted @ 2019-12-25 10:19
我是张洪铭我是熊博士
阅读(669)
评论(0)
推荐(0)
浙公网安备 33010602011771号