src/widgets/widgetwindowagent.h
@@ -12,13 +12,15 @@ class QWK_WIDGETS_EXPORT WidgetWindowAgent : public CoreWindowAgent { Q_OBJECT Q_DISABLE_COPY(WidgetWindowAgent) Q_DECLARE_PRIVATE(WidgetWindowAgent) public: explicit WidgetWindowAgent(QObject *parent = nullptr); ~WidgetWindowAgent(); public: void setup(QWidget *w); explicit WidgetWindowAgent(QObject *parent = nullptr); ~WidgetWindowAgent() override; public: bool setup(QWidget *w); bool isHitTestVisible(QWidget *w) const; void setHitTestVisible(QWidget *w, bool visible);