14 lines
215 B
C
Raw Normal View History

2023-07-21 21:46:24 +08:00
#ifndef FIND_PATH_H
#define FIND_PATH_H
#include <QString>
class find_path
{
public:
find_path();
2023-07-22 17:44:46 +08:00
static QString find_file_path(const QString& dir_path,const QString& key_world);
2023-07-21 21:46:24 +08:00
};
#endif // FIND_PATH_H