From 91274c58b1772dfe38d3fcab291693141e822684 Mon Sep 17 00:00:00 2001
From: Daniel <49284193+dnlkrs@users.noreply.github.com>
Date: 周五, 06 12月 2024 21:55:30 +0800
Subject: [PATCH] Fix WindowsRegistryKey for Qt 6.8.1 (#154)

---
 src/quick/quickitemdelegate_p.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/quick/quickitemdelegate_p.h b/src/quick/quickitemdelegate_p.h
index d72192c..c3666b5 100644
--- a/src/quick/quickitemdelegate_p.h
+++ b/src/quick/quickitemdelegate_p.h
@@ -34,7 +34,6 @@
         QRect mapGeometryToScene(const QObject *obj) const override;
 
         QWindow *hostWindow(const QObject *host) const override;
-        bool isHostSizeFixed(const QObject *host) const override;
         bool isWindowActive(const QObject *host) const override;
         Qt::WindowStates getWindowState(const QObject *host) const override;
         Qt::WindowFlags getWindowFlags(const QObject *host) const override;

--
Gitblit v1.9.1