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