SineStriker
2024-05-17 40edcbfd2e1b978d62b4b12f90c112694dfccc52
src/quick/quickwindowagent.h
@@ -44,8 +44,8 @@
#endif
    Q_SIGNALS:
        void titleBarWidgetChanged(const QQuickItem *item);
        void systemButtonChanged(SystemButton button, const QQuickItem *item);
        void titleBarWidgetChanged(QQuickItem *item);
        void systemButtonChanged(SystemButton button, QQuickItem *item);
    protected:
        QuickWindowAgent(QuickWindowAgentPrivate &d, QObject *parent = nullptr);