From 2f59395b8183b1de62bd0ba83685298d9a7e3271 Mon Sep 17 00:00:00 2001 From: Sine Striker <trueful@163.com> Date: ćšć, 21 12æ 2023 19:56:42 +0800 Subject: [PATCH] minor tweaks --- src/core/windowagentbase.h | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/src/core/windowagentbase.h b/src/core/windowagentbase.h index b0b884b..d377ba8 100644 --- a/src/core/windowagentbase.h +++ b/src/core/windowagentbase.h @@ -29,9 +29,7 @@ Q_ENUM(SystemButton) public Q_SLOTS: - void showSystemMenu(const QPoint &pos); - void startSystemMove(const QPoint &pos); - void startSystemResize(Qt::Edges edges, const QPoint &pos); + void showSystemMenu(const QPoint &pos); // Only available on Windows now void centralize(); void raise(); -- Gitblit v1.9.1