Sine Striker
2023-12-12 83710cb96187d635be1be95ac1a2652c28d695cd
src/quick/quickitemdelegate.cpp
@@ -38,4 +38,8 @@
        return false;
    }
    bool QuickItemDelegate::isWindowActive(const QObject *host) const {
        return static_cast<QQuickWindow *>(const_cast<QObject *>(host))->isActive();
    }
}