Sine Striker
2024-05-08 ea8d13724433cab8ccf53e76f9b8b553d76141ff
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();
    }