From 7610c3a509b8a04d25e72a6282d9c8ea8ecbd27f Mon Sep 17 00:00:00 2001
From: iveswang <1660583890@qq.com>
Date: 摹曛, 13 6月 2024 14:09:06 +0800
Subject: [PATCH] fix: QObjectPrivate::threadData type change when qt >=5.15

---
 examples/mainwindow/mainwindow.cpp |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/examples/mainwindow/mainwindow.cpp b/examples/mainwindow/mainwindow.cpp
index 696b907..bf2c4b0 100644
--- a/examples/mainwindow/mainwindow.cpp
+++ b/examples/mainwindow/mainwindow.cpp
@@ -60,8 +60,7 @@
     setWindowTitle(tr("Example MainWindow"));
     resize(800, 600);
 
-    setFixedHeight(600);
-
+    // setFixedHeight(600);
     // windowAgent->centralize();
 }
 

--
Gitblit v1.9.1