From 564f33e8b29a6f73050f4da3f843b942aaf0d739 Mon Sep 17 00:00:00 2001
From: Sine Striker <trueful@163.com>
Date: 周三, 08 5月 2024 19:36:16 +0800
Subject: [PATCH] Improve event filter handling

---
 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