Sine Striker
2023-12-24 46285db399f75154ad6c451e12f2cae2e59ace25
src/widgets/widgetwindowagent.cpp
@@ -36,9 +36,7 @@
        w->setAttribute(Qt::WA_DontCreateNativeAncestors);
        w->setAttribute(Qt::WA_NativeWindow);
        if (!d->setup(w, new WidgetItemDelegate())) {
            return false;
        }
        d->setup(w, new WidgetItemDelegate());
        d->hostWidget = w;
#ifdef Q_OS_WINDOWS