Sine Striker
2023-12-23 fee0c64a8f8d6237f94457b608cc09614514f9b5
src/widgets/widgetwindowagent.h
@@ -26,9 +26,14 @@
        QWidget *systemButton(SystemButton button) const;
        void setSystemButton(SystemButton button, QWidget *w);
        // Not implement, don't use now
#ifdef Q_OS_MAC
        QWidget *systemButtonArea() const;
        void setSystemButtonArea(QWidget *widget);
#endif
        bool isHitTestVisible(const QWidget *w) const;
        void setHitTestVisible(const QWidget *w, bool visible = true);
        void setHitTestVisible(const QRect &rect, bool visible = true);
    Q_SIGNALS:
        void titleBarWidgetChanged(const QWidget *w);