Sine Striker
2024-11-21 ba8e8a32fc6e909ad0a2c152e36b6660c01fdad5
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);
    }