Zhao Yuhang
2025-02-04 cc65c4da6ad762e8648b2ab6a801e07c50922d3d
src/quick/qwkquickglobal.cpp
@@ -1,6 +1,12 @@
// 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 "qwkquickglobal.h"
#include "quickwindowagent.h"
#include <QtQml/QQmlEngine>
#include "quickwindowagent.h"
namespace QWK {
@@ -15,6 +21,7 @@
        }
        once = true;
        // @uri QWindowKit
        qmlRegisterType<QuickWindowAgent>(kModuleUri, 1, 0, "WindowAgent");
        qmlRegisterModule(kModuleUri, 1, 0);
    }