Zhao Yuhang
2023-12-19 28f143c5b3c735faa88f9789743729d8933404be
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();
    }
}