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