Sine Striker
2023-12-06 a0bede6ff6a700a6eea9702c49d378f07de22f63
src/core/contexts/qtwindowcontext.cpp
@@ -40,14 +40,17 @@
#endif
    }
    QtWindowContext::QtWindowContext(QWindow *window, WindowItemDelegate *delegate)
        : AbstractWindowContext(window, delegate) {
    QtWindowContext::QtWindowContext(QObject *host, WindowItemDelegate *delegate)
        : AbstractWindowContext(host, delegate) {
    }
    QtWindowContext::~QtWindowContext() {
    }
    bool QtWindowContext::setup() {
        if (!m_windowHandle) {
            return false;
        }
        return false;
    }