10 Star 121 Fork 49

光明顶魔教工程师/linux_spy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
xml.h 691 Bytes
一键复制 编辑 原始数据 按行查看 历史
junchao 提交于 2019-05-14 17:12 . 1. 增加组管理pack路径查看
#ifndef XML_H
#define XML_H
#include <qlist.h>
#include <QtXml>
#include <QtXml/QDomDocument>
class xml
{
private:
struct _version_inf{
QString group_id;
QString file_path;
QString version;
};
public:
struct _server_conf{
QList<struct _version_inf *> version_inf_list;
QString max_down;
};
struct _server_conf *server_conf;
struct _version_inf *v_inf = new struct _version_inf;
void read_conf(QString path);
void add_new_version(void);
private:
void prase_group_conf(QDomElement child_element);
void prase_down_conf(QDomElement child_element);
QString xml_path;
};
#endif // XML_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/zhaojun_chao/linux_spy.git
[email protected]:zhaojun_chao/linux_spy.git
zhaojun_chao
linux_spy
linux_spy
linux_spy_hp

搜索帮助