Sine Striker
2024-05-07 e95e2bfd29b64d3144515c30fb9cf76adb75c6c3
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);
    }