Yuhang Zhao
2023-12-11 5c471560256776f17f1e3d5c377c7d3e9fdcc0f1
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;
    }