src/widgets/widgetwindowagent_p.h
@@ -6,6 +6,8 @@ namespace QWK { class WidgetBorderHandler; class WidgetWindowAgentPrivate : public WindowAgentBasePrivate { Q_DECLARE_PUBLIC(WidgetWindowAgent) public: @@ -16,6 +18,8 @@ // Host QWidget *hostWidget{}; std::unique_ptr<WidgetBorderHandler> borderHandler; }; }