SineStriker
2024-01-29 bc8868d519702c5a55f21377711cf4db54714650
src/quick/quickitemdelegate.cpp
@@ -68,6 +68,10 @@
        return static_cast<const QQuickWindow *>(host)->flags();
    }
    QRect QuickItemDelegate::getGeometry(const QObject *host) const {
        return static_cast<const QQuickWindow *>(host)->geometry();
    }
    void QuickItemDelegate::setWindowFlags(QObject *host, Qt::WindowFlags flags) const {
        static_cast<QQuickWindow *>(host)->setFlags(flags);
    }