SineStriker
2023-12-13 b49663c490141b75605eafa381f6c9e2c736147d
src/core/contexts/qtwindowcontext.cpp
@@ -47,14 +47,14 @@
    }
    QString QtWindowContext::key() const {
        return "qt";
        return QStringLiteral("qt");
    }
    void QtWindowContext::virtual_hook(int id, void *data) {
    }
    bool QtWindowContext::setupHost() {
        return false;
        return true;
    }
}