From 3871bfc5d3aff45e498fa2944c27e6eb5d146c8e Mon Sep 17 00:00:00 2001
From: SineStriker <trueful@163.com>
Date: 周三, 20 12月 2023 19:56:32 +0800
Subject: [PATCH] Add mac hot-switch implementations

---
 src/widgets/widgetwindowagent.h |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/src/widgets/widgetwindowagent.h b/src/widgets/widgetwindowagent.h
index 94af904..ea20025 100644
--- a/src/widgets/widgetwindowagent.h
+++ b/src/widgets/widgetwindowagent.h
@@ -42,12 +42,6 @@
         WidgetWindowAgent(WidgetWindowAgentPrivate &d, QObject *parent = nullptr);
     };
 
-    inline WidgetWindowAgent *QWK_Initialize(QWidget *w) {
-        auto agent = new WidgetWindowAgent(w);
-        agent->setup(w);
-        return agent;
-    }
-
 }
 
 #endif // WIDGETWINDOWAGENT_H
\ No newline at end of file

--
Gitblit v1.9.1