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 |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/quick/qwkquickglobal.cpp b/src/quick/qwkquickglobal.cpp
index 1748ca8..33f437f 100644
--- a/src/quick/qwkquickglobal.cpp
+++ b/src/quick/qwkquickglobal.cpp
@@ -1,3 +1,7 @@
+// Copyright (C) 2023-2024 Stdware Collections (https://www.github.com/stdware)
+// Copyright (C) 2021-2023 wangwenx190 (Yuhang Zhao)
+// SPDX-License-Identifier: Apache-2.0
+
 #include "qwkquickglobal.h"
 
 #include <QtQml/QQmlEngine>
@@ -17,6 +21,7 @@
         }
         once = true;
 
+        // @uri QWindowKit
         qmlRegisterType<QuickWindowAgent>(kModuleUri, 1, 0, "WindowAgent");
         qmlRegisterModule(kModuleUri, 1, 0);
     }

--
Gitblit v1.9.1