Sine Striker
2024-02-25 40d73269371a9e2b142eb2be2bd2f70aff6346d2
src/quick/quickitemdelegate.cpp
@@ -80,6 +80,10 @@
        static_cast<QQuickWindow *>(host)->setVisible(visible);
    }
    void QuickItemDelegate::setGeometry(QObject *host, const QRect &rect) {
        static_cast<QQuickWindow *>(host)->setGeometry(rect);
    }
    void QuickItemDelegate::bringWindowToTop(QObject *host) const {
        static_cast<QQuickWindow *>(host)->raise();
    }