Sine Striker
2023-12-13 f14f27f41385fd8593457413de2cf5a9c5c357e9
src/core/contexts/qtwindowcontext.cpp
@@ -46,12 +46,15 @@
    QtWindowContext::~QtWindowContext() {
    }
    bool QtWindowContext::setupHost() {
        return false;
    QString QtWindowContext::key() const {
        return QStringLiteral("qt");
    }
    bool QtWindowContext::hostEventFilter(QEvent *event) {
        return false;
    void QtWindowContext::virtual_hook(int id, void *data) {
    }
    bool QtWindowContext::setupHost() {
        return true;
    }
}