Sine Striker
2023-12-13 a51b5688e1c33d3ce96b48c869603b00f908f513
src/widgets/widgetwindowagent_p.h
@@ -1,12 +1,12 @@
#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 WidgetWindowAgentPrivate : public WindowAgentBasePrivate {
        Q_DECLARE_PUBLIC(WidgetWindowAgent)
    public:
        WidgetWindowAgentPrivate();
@@ -14,10 +14,12 @@
        void init();
        AbstractWindowContext * createContext() const override;
        // Host
        QWidget *hostWidget{};
#ifdef Q_OS_WINDOWS
        void setupWindows10BorderWorkaround();
#endif
    };
}