From a5372ac566469efb59e6cfb29a695021c7c3528d Mon Sep 17 00:00:00 2001
From: Sine Striker <trueful@163.com>
Date: 周三, 20 12月 2023 00:53:42 +0800
Subject: [PATCH] Add TODO

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