src/widgets/widgetwindowagent_p.h
@@ -6,8 +6,6 @@ namespace QWK { class WidgetBorderHandler; class WidgetWindowAgentPrivate : public WindowAgentBasePrivate { Q_DECLARE_PUBLIC(WidgetWindowAgent) public: @@ -19,7 +17,9 @@ // Host QWidget *hostWidget{}; std::unique_ptr<WidgetBorderHandler> borderHandler; #ifdef Q_OS_WINDOWS void setupWindows10BorderWorkaround(); #endif }; }