Yuhang Zhao
2023-12-11 ad494e6b019b9fea2daf3aa8ff17b37f79554528
fix QML & Qt6
2个文件已修改
4 ■■■ 已修改文件
examples/qml/main.qml 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/core/qwkglobal.h 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
examples/qml/main.qml
@@ -1,4 +1,5 @@
import QtQuick
import QtQuick 2.15
import QtQuick.Window 2.15
Window {
    id: window
src/core/qwkglobal.h
@@ -2,6 +2,7 @@
#define QWKGLOBAL_H
#include <QtCore/QEvent>
#include <QtGui/QtEvents>
#include <QWKCore/qwkcoreglobal.h>