Yuhang Zhao
2023-12-19 fe50d30edcc31618905ec3e3dc39c8b78cee49db
src/quick/quickitemdelegate.cpp
@@ -66,4 +66,8 @@
        static_cast<QQuickWindow *>(host)->setFlags(flags);
    }
    void QuickItemDelegate::bringWindowToTop(QObject *host) const {
        static_cast<QQuickWindow *>(host)->raise();
    }
}