Sine Striker
2023-12-02 499afac952920595e6c3d4f94806427f894c7674
src/widgets/widgetwindowagent.cpp
@@ -33,7 +33,7 @@
        }
        std::ignore = w->winId(); // Make sure the window handle is created
        if (!d->setup(w->windowHandle(), std::make_shared<WidgetItemDelegate>())) {
        if (!d->setup(w->windowHandle(), new WidgetItemDelegate())) {
            return false;
        }
        d->host = w;