Sine Striker
2024-01-29 03605a234142933dc49f1a6b2fbf49ba007d87f8
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();
    }