From 2d08f989b16dad059d42c94e3a2cdccdbd3c379e Mon Sep 17 00:00:00 2001
From: Sine Striker <trueful@163.com>
Date: 周一, 04 12月 2023 03:38:52 +0800
Subject: [PATCH] Add more comments

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

diff --git a/src/widgets/widgetwindowagent.h b/src/widgets/widgetwindowagent.h
index 81e454c..e1411f8 100644
--- a/src/widgets/widgetwindowagent.h
+++ b/src/widgets/widgetwindowagent.h
@@ -15,7 +15,7 @@
         Q_DECLARE_PRIVATE(WidgetWindowAgent)
     public:
         explicit WidgetWindowAgent(QObject *parent = nullptr);
-        ~WidgetWindowAgent();
+        ~WidgetWindowAgent() override;
 
     public:
         bool setup(QWidget *w);

--
Gitblit v1.9.1