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