Sine Striker
2023-12-12 5078f898257a53295167f22c67005ad1b30d4bf8
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();
    }
}