修改调用SDK接口的函数名字

Signed-off-by: 商晓阳 <shangxiaoyang@kylinos.cn>
This commit is contained in:
商晓阳 2024-07-01 09:00:58 +00:00 committed by openkylin-cibot
parent 8e9dc452af
commit 012c0c10d7
2 changed files with 26 additions and 0 deletions
debian/patches

25
debian/patches/0017-SDK.patch vendored Normal file
View File

@ -0,0 +1,25 @@
From: =?utf-8?b?5ZWG5pmT6Ziz?= <shangxiaoyang@kylinos.cn>
Date: Mon, 1 Jul 2024 09:00:58 +0000
Subject: =?utf-8?b?5L+u5pS56LCD55SoU0RL5o6l5Y+j55qE5Ye95pWw5ZCN5a2X?=
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
Signed-off-by: 商晓阳 <shangxiaoyang@kylinos.cn>
---
widgets/toolbars/kpAiDrawingBar.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/widgets/toolbars/kpAiDrawingBar.cpp b/widgets/toolbars/kpAiDrawingBar.cpp
index 0af3828..1296717 100644
--- a/widgets/toolbars/kpAiDrawingBar.cpp
+++ b/widgets/toolbars/kpAiDrawingBar.cpp
@@ -941,7 +941,7 @@ AIModeDataThread::AIModeDataThread()
AIModeDataThread::~AIModeDataThread()
{
- vision_destory_session(session);
+ vision_destroy_session(session);
}
bool AIModeDataThread::setSessionStatus()

View File

@ -14,3 +14,4 @@
0014-Translated-using-Weblate-Uyghur.patch
0015-Translated-using-Weblate-Kazakh.patch
0016-Translated-using-Weblate-Mongolian.patch
0017-SDK.patch