From 8f81d6e6b4b72c2b4807a3416533c465b7c629c2 Mon Sep 17 00:00:00 2001 From: Sine Striker <trueful@163.com> Date: ćšć, 04 1æ 2024 19:33:40 +0800 Subject: [PATCH] Update submodules --- src/core/windowitemdelegate.cpp | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/core/windowitemdelegate.cpp b/src/core/windowitemdelegate.cpp index 1539b3f..25f0bf3 100644 --- a/src/core/windowitemdelegate.cpp +++ b/src/core/windowitemdelegate.cpp @@ -1,4 +1,8 @@ -#include "windowitemdelegate.h" +// Copyright (C) 2023-2024 Stdware Collections (https://www.github.com/stdware) +// Copyright (C) 2021-2023 wangwenx190 (Yuhang Zhao) +// SPDX-License-Identifier: Apache-2.0 + +#include "windowitemdelegate_p.h" namespace QWK { @@ -6,6 +10,8 @@ WindowItemDelegate::~WindowItemDelegate() = default; - void WindowItemDelegate::resetQtGrabbedControl() const {} + void WindowItemDelegate::resetQtGrabbedControl(QObject *host) const { + Q_UNUSED(host); + } } \ No newline at end of file -- Gitblit v1.9.1