From 7966371dead9076db6c56de4074b36d6f628678b Mon Sep 17 00:00:00 2001 From: SineStriker <55847490+SineStriker@users.noreply.github.com> Date: 周五, 14 3月 2025 17:35:50 +0800 Subject: [PATCH] AWC: remove isEnabled in test methods --- src/quick/qwkquickglobal.cpp | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/quick/qwkquickglobal.cpp b/src/quick/qwkquickglobal.cpp index 1af2943..33f437f 100644 --- a/src/quick/qwkquickglobal.cpp +++ b/src/quick/qwkquickglobal.cpp @@ -21,6 +21,7 @@ } once = true; + // @uri QWindowKit qmlRegisterType<QuickWindowAgent>(kModuleUri, 1, 0, "WindowAgent"); qmlRegisterModule(kModuleUri, 1, 0); } -- Gitblit v1.9.1