6 Star 61 Fork 25

AGeek/keil_development_assistant

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
find_path.h 215 Bytes
一键复制 编辑 原始数据 按行查看 历史
AGeek 提交于 2023-07-22 17:44 +08:00 . 对齐代码
#ifndef FIND_PATH_H
#define FIND_PATH_H
#include <QString>
class find_path
{
public:
find_path();
static QString find_file_path(const QString& dir_path,const QString& key_world);
};
#endif // FIND_PATH_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/nikolan/keil_development_assistant.git
git@gitee.com:nikolan/keil_development_assistant.git
nikolan
keil_development_assistant
keil_development_assistant
master

搜索帮助