From a4d0b98d40d0f740742e393db774ee53302ec64c Mon Sep 17 00:00:00 2001
From: Zhao Yuhang <2546789017@qq.com>
Date: 周五, 30 5月 2025 16:11:16 +0800
Subject: [PATCH] minor tweaks

---
 src/quick/quickwindowagent.cpp |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/quick/quickwindowagent.cpp b/src/quick/quickwindowagent.cpp
index aaa321c..5225a09 100644
--- a/src/quick/quickwindowagent.cpp
+++ b/src/quick/quickwindowagent.cpp
@@ -44,9 +44,6 @@
             return false;
         }
 
-        // Make sure the native window handle is actually created before we apply
-        // various hooks. But we don't need the actual window handle so just ignore it.
-        std::ignore = window->winId();
         d->setup(window, new QuickItemDelegate());
         d->hostWindow = window;
 

--
Gitblit v1.9.1