SineStriker
2024-05-04 0177eedd03bd9a75dafea296f77b8a6bdad9c3cb
src/widgets/widgetwindowagent.h
@@ -43,8 +43,8 @@
        void setHitTestVisible(const QWidget *w, bool visible = true);
    Q_SIGNALS:
        void titleBarChanged(const QWidget *w);
        void systemButtonChanged(SystemButton button, const QWidget *w);
        void titleBarChanged(QWidget *w);
        void systemButtonChanged(SystemButton button, QWidget *w);
    protected:
        WidgetWindowAgent(WidgetWindowAgentPrivate &d, QObject *parent = nullptr);