Sine Striker
2023-12-19 245ddfa1f01b4c9fa10337246b8045755e5bcce5
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();
    }
}