From 012c0c10d75b14929c372f41ca424d2202e1008b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=95=86=E6=99=93=E9=98=B3?= Date: Mon, 1 Jul 2024 09:00:58 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B0=83=E7=94=A8SDK?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E7=9A=84=E5=87=BD=E6=95=B0=E5=90=8D=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 商晓阳 --- debian/patches/0017-SDK.patch | 25 +++++++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 26 insertions(+) create mode 100644 debian/patches/0017-SDK.patch diff --git a/debian/patches/0017-SDK.patch b/debian/patches/0017-SDK.patch new file mode 100644 index 0000000..b03ccb2 --- /dev/null +++ b/debian/patches/0017-SDK.patch @@ -0,0 +1,25 @@ +From: =?utf-8?b?5ZWG5pmT6Ziz?= +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: 商晓阳 +--- + 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() diff --git a/debian/patches/series b/debian/patches/series index a0cbdd9..a10a494 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -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