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