From 2005ce0c65d4ad439bf1731360af497cd4d92e3a Mon Sep 17 00:00:00 2001
From: Zhao Yuhang <2546789017@qq.com>
Date: 摹曛, 14 12月 2023 21:40:43 +0800
Subject: [PATCH] minor improvement

---
 src/core/contexts/qtwindowcontext.cpp |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/core/contexts/qtwindowcontext.cpp b/src/core/contexts/qtwindowcontext.cpp
index ea2bba5..ee5d27d 100644
--- a/src/core/contexts/qtwindowcontext.cpp
+++ b/src/core/contexts/qtwindowcontext.cpp
@@ -43,8 +43,7 @@
     QtWindowContext::QtWindowContext() : AbstractWindowContext() {
     }
 
-    QtWindowContext::~QtWindowContext() {
-    }
+    QtWindowContext::~QtWindowContext() = default;
 
     QString QtWindowContext::key() const {
         return QStringLiteral("qt");

--
Gitblit v1.9.1