src/widgets/widgetwindowagent.h
@@ -42,6 +42,12 @@ WidgetWindowAgent(WidgetWindowAgentPrivate &d, QObject *parent = nullptr); }; inline WidgetWindowAgent *setupWidgetWindow(QWidget *w) { auto agent = new WidgetWindowAgent(w); agent->setup(w); return agent; } } #endif // WIDGETWINDOWAGENT_H