1 Star 0 Fork 16

Qt(开源集合) / ZenShot

forked from Gitee 极速下载 / ZenShot 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
usrmetatype.h 806 Bytes
一键复制 编辑 原始数据 按行查看 历史
lee007 提交于 2022-09-06 21:11 . + read data from api.php/v1
#pragma once
#if !NZENTAO_VER_
#include "zdata/zdataitem.h"
#endif // NZENTAO_VER_
#include <string>
#include <vector>
#include <memory>
using string_ptr = std::shared_ptr<std::string>;
#if !NZENTAO_VER_
using zproduct_item_vec_ptr = std::shared_ptr<std::vector<zproduct_item>>;
using zmodule_item_vec_ptr = std::shared_ptr<std::vector<zmodule_item>>;
using zversion_item_vec_ptr = std::shared_ptr<std::vector<zversion_item>>;
using ztype_item_vec_ptr = std::shared_ptr<std::vector<ztype_item>>;
using zos_item_vec_ptr = std::shared_ptr<std::vector<zos_item>>;
using zbrowser_item_vec_ptr = std::shared_ptr<std::vector<zbrowser_item>>;
using zseverity_item_vec_ptr = std::shared_ptr<std::vector<zseverity_item>>;
using zpri_item_vec_ptr = std::shared_ptr<std::vector<zpri_item>>;
#endif // NZENTAO_VER_
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C/C++
1
https://gitee.com/qt-open-source-collection/ZenShot.git
git@gitee.com:qt-open-source-collection/ZenShot.git
qt-open-source-collection
ZenShot
ZenShot
main

搜索帮助

344bd9b3 5694891 D2dac590 5694891