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