From f9d3c7e0a0b4f1211d497233151e1c51b1e3e0be Mon Sep 17 00:00:00 2001 From: nikola <2503865771@qq.com> Date: Sat, 22 Jul 2023 17:44:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E9=BD=90=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- find_path.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/find_path.h b/find_path.h index 535885d..27fcddd 100644 --- a/find_path.h +++ b/find_path.h @@ -6,7 +6,7 @@ class find_path { public: find_path(); - static QString find_file_path(const QString& dir_path,const QString& key_world); + static QString find_file_path(const QString& dir_path,const QString& key_world); };