Zhao Yuhang
2024-05-23 6002cd46a2c5a1c2c4afdbf8e491e76f68b9bfd8
src/core/windowagentbase_p.h
@@ -1,3 +1,7 @@
// Copyright (C) 2023-2024 Stdware Collections (https://www.github.com/stdware)
// Copyright (C) 2021-2023 wangwenx190 (Yuhang Zhao)
// SPDX-License-Identifier: Apache-2.0
#ifndef WINDOWAGENTBASEPRIVATE_H
#define WINDOWAGENTBASEPRIVATE_H
@@ -37,7 +41,7 @@
        static WindowContextFactoryMethod windowContextFactoryMethod;
    private:
        Q_DISABLE_COPY_MOVE(WindowAgentBasePrivate)
        Q_DISABLE_COPY(WindowAgentBasePrivate)
    };
}