Sine Striker
2023-12-25 3bde231e6d0b1c177c8c1fc4eccb6207d40aeec1
src/core/windowagentbase.h
@@ -24,12 +24,14 @@
            Minimize,
            Maximize,
            Close,
            NumSystemButton,
        };
        Q_ENUM(SystemButton)
        QVariant windowAttribute(const QString &key) const;
        bool setWindowAttribute(const QString &key, const QVariant &attribute);
        Q_INVOKABLE bool setWindowAttribute(const QString &key, const QVariant &attribute);
    Q_SIGNALS:
        void systemThemeChanged();
    public Q_SLOTS:
        void showSystemMenu(const QPoint &pos); // Only available on Windows now