SineStriker
2024-05-09 bc6e2a4231d73d6e037340af9e73f2611649faa8
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);