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