Sine Striker
2023-12-07 09287f3d9e9e88271de2bfd5388dae5a53e8c6f5
src/widgets/widgetwindowagent_p.h
@@ -7,9 +7,7 @@
namespace QWK {
    class WidgetWindowAgentPrivate : public CoreWindowAgentPrivate {
        Q_DISABLE_COPY(WidgetWindowAgentPrivate)
        Q_DECLARE_PUBLIC(WidgetWindowAgent)
    public:
        WidgetWindowAgentPrivate();
        ~WidgetWindowAgentPrivate();
@@ -17,7 +15,7 @@
        void init();
        // Host
        QWidget *host{};
        QWidget *hostWidget{};
    };
}