From 0e9c2e428fb61953fd8f152125897646fe6fd337 Mon Sep 17 00:00:00 2001
From: Yuhang Zhao <zhaoyuhang@rankyee.com>
Date: 摹曛, 21 12月 2023 16:44:30 +0800
Subject: [PATCH] add mica mica alt acrylic

---
 src/core/kernel/systemwindow_p.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/core/kernel/systemwindow_p.h b/src/core/kernel/systemwindow_p.h
index 567b993..51e12c2 100644
--- a/src/core/kernel/systemwindow_p.h
+++ b/src/core/kernel/systemwindow_p.h
@@ -45,7 +45,7 @@
                             target->setPosition(target->x(), 0);
                         }
                         target->removeEventFilter(this);
-                        this->deleteLater();
+                        deleteLater();
                     }
 
                     default:
@@ -99,7 +99,7 @@
 
                     case QEvent::MouseButtonRelease: {
                         target->removeEventFilter(this);
-                        this->deleteLater();
+                        deleteLater();
                     }
 
                     default:
@@ -120,7 +120,7 @@
     // QWindow::startSystemMove() and QWindow::startSystemResize() is first supported at Qt 5.15
     // QWindow::startSystemResize() returns false on macOS
     // QWindow::startSystemMove() and QWindow::startSystemResize() returns false on Linux Unity DE
-    
+
     // When the new API fails, we emulate the window actions using the classical API.
 
     static inline void startSystemMove(QWindow *window) {

--
Gitblit v1.9.1