From 555a8181fff96271812476f2169f2713d7734f4b Mon Sep 17 00:00:00 2001 From: Sine Striker <trueful@163.com> Date: 周五, 22 12月 2023 21:39:47 +0800 Subject: [PATCH] Add conditional compile options to Quick --- src/widgets/widgetwindowagent.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/widgets/widgetwindowagent.h b/src/widgets/widgetwindowagent.h index ea20025..1136812 100644 --- a/src/widgets/widgetwindowagent.h +++ b/src/widgets/widgetwindowagent.h @@ -26,6 +26,7 @@ QWidget *systemButton(SystemButton button) const; void setSystemButton(SystemButton button, QWidget *w); + // Not implement, don't use now #ifdef Q_OS_MAC QWidget *systemButtonArea() const; void setSystemButtonArea(QWidget *widget); -- Gitblit v1.9.1