SineStriker
2023-12-27 4f9f75cb4b70f3b76cee57d0f98b59f8475bba3b
src/core/windowagentbase.h
@@ -24,10 +24,12 @@
            Minimize,
            Maximize,
            Close,
            NumSystemButton,
        };
        Q_ENUM(SystemButton)
        QVariant windowAttribute(const QString &key) const;
        Q_INVOKABLE bool setWindowAttribute(const QString &key, const QVariant &attribute);
    public Q_SLOTS:
        void showSystemMenu(const QPoint &pos); // Only available on Windows now
        void centralize();