Sine Striker
2023-12-11 677e7a737897e8c2a60564085821545810369e02
src/widgets/widgetwindowagent_p.h
@@ -1,12 +1,14 @@
#ifndef WIDGETWINDOWAGENTPRIVATE_H
#define WIDGETWINDOWAGENTPRIVATE_H
#include <QWKCore/private/corewindowagent_p.h>
#include <QWKCore/private/windowagentbase_p.h>
#include <QWKWidgets/widgetwindowagent.h>
namespace QWK {
    class WidgetWindowAgentPrivate : public CoreWindowAgentPrivate {
    class WidgetBorderHandler;
    class WidgetWindowAgentPrivate : public WindowAgentBasePrivate {
        Q_DECLARE_PUBLIC(WidgetWindowAgent)
    public:
        WidgetWindowAgentPrivate();
@@ -14,10 +16,10 @@
        void init();
        AbstractWindowContext * createContext() const override;
        // Host
        QWidget *hostWidget{};
        std::unique_ptr<WidgetBorderHandler> borderHandler;
    };
}