Sine Striker
2023-12-12 52babc9fdc9466ee65b2fbea5811c4439c37b135
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;
    };
}