From e2529db0a7e5cccb398edf4b0604a9a87481b4b5 Mon Sep 17 00:00:00 2001 From: pluvium27 Date: Fri, 1 May 2026 03:57:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E7=BB=A7=E6=89=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qt-apps/heurams-k/heurams-k.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt-apps/heurams-k/heurams-k.py b/qt-apps/heurams-k/heurams-k.py index adf180d..47b490e 100644 --- a/qt-apps/heurams-k/heurams-k.py +++ b/qt-apps/heurams-k/heurams-k.py @@ -1,7 +1,7 @@ from Blueprints.CraftPackageObject import CraftPackageObject from Package.CMakePackageBase import CMakePackageBase -class subinfo(CraftPackageObject.get('kde/applications').subinfo): +class subinfo(CraftPackageObject.get('qt-apps').subinfo): def populateCache(self): # 基础信息 self.displayName = "HeurAMS-K"