Sine Striker
2023-12-07 bdbe25895fefbbcf7a940d98695b56999cd1ae9e
src/widgets/widgetwindowagent.cpp
@@ -2,6 +2,7 @@
#include "widgetwindowagent_p.h"
#include "widgetitemdelegate_p.h"
#include "widgetwindowcontext_p.h"
namespace QWK {
@@ -14,6 +15,10 @@
    void WidgetWindowAgentPrivate::init() {
    }
    AbstractWindowContext *WidgetWindowAgentPrivate::createContext() const {
        return new WidgetWindowContext();
    }
    WidgetWindowAgent::WidgetWindowAgent(QObject *parent)
        : WidgetWindowAgent(*new WidgetWindowAgentPrivate(), parent) {
    }