Yuhang Zhao
2023-12-07 e1cbc7a1f19a97c7c00ba32df17b30d4cf32c630
src/widgets/widgetwindowagent_p.h
@@ -7,17 +7,17 @@
namespace QWK {
    class WidgetWindowAgentPrivate : public CoreWindowAgentPrivate {
        Q_DISABLE_COPY(WidgetWindowAgentPrivate)
        Q_DECLARE_PUBLIC(WidgetWindowAgent)
    public:
        WidgetWindowAgentPrivate();
        ~WidgetWindowAgentPrivate();
        void init();
        AbstractWindowContext * createContext() const override;
        // Host
        QWidget *host{};
        QWidget *hostWidget{};
    };
}